Skip to content

Commit

Permalink
Fix "line 35: test_opts: unbound variable"
Browse files Browse the repository at this point in the history
  • Loading branch information
kzys committed Jun 5, 2023
1 parent e55e8a6 commit 4bbbb3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/preflight.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ done

shift $(($OPTIND - 1))


test_opts=
if [[ "$ref" != "refs/heads/master" ]]; then
test_opts=-short
fi
Expand Down

0 comments on commit 4bbbb3a

Please sign in to comment.