this was not a CSV file
This commit is contained in:
parent
0fe8824847
commit
43ffd80e23
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ case "$choice" in
|
||||||
inject "$(pass otp code otp/"$choice" | head -1)"
|
inject "$(pass otp code otp/"$choice" | head -1)"
|
||||||
;;
|
;;
|
||||||
'student')
|
'student')
|
||||||
choice="$(pick < /data/courses/students.csv)"
|
choice="$(pick < /data/courses/students.list)"
|
||||||
inject "$choice"
|
inject "$choice"
|
||||||
;;
|
;;
|
||||||
'curl')
|
'curl')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue