diff --git a/bin/decrypt-secret-key.sh b/bin/decrypt-secret-key.sh index 88d7140..70e0dad 100755 --- a/bin/decrypt-secret-key.sh +++ b/bin/decrypt-secret-key.sh @@ -1,7 +1,7 @@ #!/bin/bash -VERSION="1.0.1" -THIS=$(basename $0} +VERSION="1.0.2" +THIS=$(basename $0) FILE=$1 if [[ ! -z $FILE ]] && [[ ! -r $FILE ]]