Skip to content

Commit

Permalink
fix issue 9
Browse files Browse the repository at this point in the history
  • Loading branch information
Angoll authored and Angoll committed Nov 10, 2020
1 parent 5e66b39 commit 900f1a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/getPassword.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function get_errorInfo {
}


data=$(get_keys $1)
data=$(get_keys "$1")
if [ $? -ne 0 ]; then
echo $(get_errorInfo)
else
Expand Down

0 comments on commit 900f1a2

Please sign in to comment.