Skip to content

Commit

Permalink
Bugfix: Adds -s to canvaslms users command, to skip TAs
Browse files Browse the repository at this point in the history
  • Loading branch information
dbosk committed Jan 29, 2024
1 parent e93e949 commit 9cf4cb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adm/gits/datintro-setup.nw
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ done

Now we can fetch the users using the [[canvaslms]] command.
<<print users for round to stdout>>=
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]].
Expand Down

0 comments on commit 9cf4cb8

Please sign in to comment.