mirror of https://github.com/zulip/zulip.git
tools/check-py3: Update references in output.
Replace occurrences of 'py3k' by 'check-py3' in echo output.
This commit is contained in:
parent
c83999fe52
commit
b4555e58c8
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue