From b4555e58c8b36a0953ec4893273fce5bf132c145 Mon Sep 17 00:00:00 2001 From: Eklavya Sharma Date: Wed, 27 Apr 2016 14:04:06 +0530 Subject: [PATCH] tools/check-py3: Update references in output. Replace occurrences of 'py3k' by 'check-py3' in echo output. --- tools/check-py3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/check-py3 b/tools/check-py3 index e027eebf9d..8136f4ca7e 100755 --- a/tools/check-py3 +++ b/tools/check-py3 @@ -46,7 +46,7 @@ libpasteurize.fixes.fix_newstyle echo; echo "Testing for additions of Python 2 patterns we've removed as part of moving towards Python 3 compatibility."; echo if [ -n "$(git status --porcelain)" ]; then - echo "The repository is not clean. py3k can only be run if the repository is clean." + echo "The repository is not clean. check-py3 can only be run if the repository is clean." exit 1 fi