From 9cf4cb897efab17273994b9bac45b67f01065852 Mon Sep 17 00:00:00 2001 From: Daniel Bosk Date: Mon, 29 Jan 2024 14:49:52 +0100 Subject: [PATCH] Bugfix: Adds -s to canvaslms users command, to skip TAs --- adm/gits/datintro-setup.nw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adm/gits/datintro-setup.nw b/adm/gits/datintro-setup.nw index eebd432..f0b22c6 100644 --- a/adm/gits/datintro-setup.nw +++ b/adm/gits/datintro-setup.nw @@ -117,7 +117,7 @@ done Now we can fetch the users using the [[canvaslms]] command. <>= -canvaslms users -c "${round}" | cut -f 2 | sed "s/@kth.se//" +canvaslms users -sc "${round}" | cut -f 2 | sed "s/@kth.se//" @ We can create repos, teams and add the students using [[repobee]].