From 2a8a5d7a2628ff2aebb27127fe4b2713040f127c Mon Sep 17 00:00:00 2001 From: badra001 Date: Fri, 24 Jun 2022 10:35:19 -0400 Subject: [PATCH] fix --- bin/decrypt-secret-key.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ]]