From faa4ac7a0f5b4e6da12f3a41a6d287b8fd2a4e7b Mon Sep 17 00:00:00 2001 From: Karel Srot Date: Tue, 27 Apr 2021 15:34:42 +0200 Subject: [PATCH] fixed typo in Library/token-manipulation/lib.sh --- Library/token-manipulation/lib.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/token-manipulation/lib.sh b/Library/token-manipulation/lib.sh index d57f00c..ff3cc86 100644 --- a/Library/token-manipulation/lib.sh +++ b/Library/token-manipulation/lib.sh @@ -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}