Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Jun 24, 2022
1 parent efc29a4 commit 2a8a5d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/decrypt-secret-key.sh
Original file line number Diff line number Diff line change
@@ -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 ]]
Expand Down

0 comments on commit 2a8a5d7

Please sign in to comment.