From 071dc4bdcb4dd5d89779edf05fc29fba9d9adc64 Mon Sep 17 00:00:00 2001 From: Roman Ivanov Date: Sun, 5 Feb 2017 06:36:04 -0800 Subject: [PATCH] minor: fix for incomplete previous refactoring --- .ci/travis/travis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/travis/travis.sh b/.ci/travis/travis.sh index e70fd76ec..c391d478d 100755 --- a/.ci/travis/travis.sh +++ b/.ci/travis/travis.sh @@ -172,7 +172,7 @@ no-exception-test-alot-of-project1) ;; *) - echo "Unexpected GOAL mode: $GOAL" + echo "Unexpected argument: $1" exit 1 ;;