Skip to content

Commit

Permalink
Fix shell script error.
Browse files Browse the repository at this point in the history
  • Loading branch information
mjpt777 committed Feb 13, 2020
1 parent c2662b2 commit 454a043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-ci-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
if [ -z "$AERON_GITHUB_PAT" ]
then
echo "Please set AERON_GITHUB_PAT environment variable to contain your token"
exit -1
exit 1
fi

event_type=run-commit-tests
Expand Down

0 comments on commit 454a043

Please sign in to comment.