Skip to content

Commit

Permalink
missing keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
Bret Ambrose committed Feb 24, 2025
1 parent ffaccf8 commit 801b8a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/test_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ if [ "${provision_cert_file}" = "" ] || [ "${provision_key_file}" = "" ] || [ "$
valid_setup=false
fi

if [ "$valid_setup" = false];
if [ "$valid_setup" = false]; then
# Clean up...
unset $(grep -v '^#' environment_files.txt | xargs | cut -d "=" -f 1)
rm "${PWD}/environment_files.txt"
Expand Down

0 comments on commit 801b8a5

Please sign in to comment.