move student list

This commit is contained in:
Felix Van der Jeugt 2021-09-23 19:46:39 +02:00
parent e5ab5c4ddc
commit 6964db0504
No known key found for this signature in database
GPG Key ID: 58B209295023754D
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ case "$choice" in
inject "$(pass otp code otp/"$choice" | head -1)"
;;
'student')
choice="$(pick < /data/courses/students.list)"
choice="$(pick < ~/.local/share/students.list)"
inject "$choice"
;;
'curl')