diff options
| author | Who? Me?! <mark-i-m@users.noreply.github.com> | 2020-10-08 16:08:42 -0500 |
|---|---|---|
| committer | Joshua Nelson <joshua@yottadb.com> | 2020-10-08 17:11:36 -0400 |
| commit | 8fe84e6f5e6c26b2502c5a18fd2b8087a54eaf65 (patch) | |
| tree | 0a337e8fafe2bca41843b3bf931c682588e782f4 /src/doc/rustc-dev-guide | |
| parent | ecc0b6daef7db43cb3e6c6abd12942e6e95549c4 (diff) | |
| download | rust-8fe84e6f5e6c26b2502c5a18fd2b8087a54eaf65.tar.gz rust-8fe84e6f5e6c26b2502c5a18fd2b8087a54eaf65.zip | |
Better error message
Co-authored-by: Camelid <camelidcamel@gmail.com>
Diffstat (limited to 'src/doc/rustc-dev-guide')
| -rwxr-xr-x | src/doc/rustc-dev-guide/ci/linkcheck.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/ci/linkcheck.sh b/src/doc/rustc-dev-guide/ci/linkcheck.sh index 6979e98678b..d827b8476df 100755 --- a/src/doc/rustc-dev-guide/ci/linkcheck.sh +++ b/src/doc/rustc-dev-guide/ci/linkcheck.sh @@ -10,7 +10,7 @@ if [ "$TRAVIS_EVENT_TYPE" = "cron" ] ; then # running in cron job echo "Doing full link check." elif [ "$CI" = "true" ] ; then # running in PR CI build if [ -z "$TRAVIS_COMMIT_RANGE" ]; then - echo "error: unexpected state: COMMIT_RANGE must be non-empty in CI" + echo "error: unexpected state: TRAVIS_COMMIT_RANGE must be non-empty in CI" exit 1 fi |
