fixed typo in Library/token-manipulation/lib.sh

This commit is contained in:
Karel Srot 2021-04-27 15:34:42 +02:00
commit faa4ac7a0f

View file

@ -181,7 +181,7 @@ send "${SOPIN}\r"
sleep .1
expect "label: "
sleep .1
send "{$LABEL}\r"
send "${LABEL}\r"
sleep .1
expect eof {} \
"Incorrect PIN Entered." {exit 1}