Skip to content

Commit 647d562

Browse files
mark-i-mcamelid
authored and
Joshua Nelson
committed
Better error message
Co-authored-by: Camelid <camelidcamel@gmail.com>
1 parent 28a5c35 commit 647d562

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/linkcheck.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ if [ "$TRAVIS_EVENT_TYPE" = "cron" ] ; then # running in cron job
1010
echo "Doing full link check."
1111
elif [ "$CI" = "true" ] ; then # running in PR CI build
1212
if [ -z "$TRAVIS_COMMIT_RANGE" ]; then
13-
echo "error: unexpected state: COMMIT_RANGE must be non-empty in CI"
13+
echo "error: unexpected state: TRAVIS_COMMIT_RANGE must be non-empty in CI"
1414
exit 1
1515
fi
1616

0 commit comments

Comments
 (0)