this was not a CSV file

This commit is contained in:
Felix Van der Jeugt 2021-05-18 23:52:16 +02:00
parent 0fe8824847
commit 43ffd80e23
No known key found for this signature in database
GPG Key ID: 58B209295023754D
1 changed files with 1 additions and 1 deletions

View File

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