tools/check-py3: Update references in output.

Replace occurrences of 'py3k' by 'check-py3' in echo output.
This commit is contained in:
Eklavya Sharma 2016-04-27 14:04:06 +05:30 committed by Tim Abbott
parent c83999fe52
commit b4555e58c8
1 changed files with 1 additions and 1 deletions

View File

@ -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