Skip to content

Commit

Permalink
Merge pull request #2 from calidae/fix/shell-conditional-statement
Browse files Browse the repository at this point in the history
Replace squarebrackets with test instruction in shell script
  • Loading branch information
GuillemCalidae authored Feb 8, 2023
2 parents fb79d05 + 8314134 commit 090f84f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate-token.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e

while [[ $# -gt 0 ]]
while test $# -gt 0
do
key="$1"

Expand Down

0 comments on commit 090f84f

Please sign in to comment.