about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authorWho? Me?! <mark-i-m@users.noreply.github.com>2020-10-08 16:08:42 -0500
committerJoshua Nelson <joshua@yottadb.com>2020-10-08 17:11:36 -0400
commit8fe84e6f5e6c26b2502c5a18fd2b8087a54eaf65 (patch)
tree0a337e8fafe2bca41843b3bf931c682588e782f4 /src/doc/rustc-dev-guide
parentecc0b6daef7db43cb3e6c6abd12942e6e95549c4 (diff)
downloadrust-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-xsrc/doc/rustc-dev-guide/ci/linkcheck.sh2
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