Skip to content

Commit

Permalink
Fix undeclared variable
Browse files Browse the repository at this point in the history
  • Loading branch information
nichtich committed May 29, 2024
1 parent 564da31 commit c12da90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qa-catalogue
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ done

[ "${1:-help}" == "help" ] && usage

if [[ -f "$ENV_FILE" ]]; then
if [[ -f "${ENV_FILE:-}" ]]; then
echo "run config file $ENV_FILE"
source "$ENV_FILE"
fi
Expand Down

0 comments on commit c12da90

Please sign in to comment.