From 4a10ea10656a06bb13862af518d84491972fe67d Mon Sep 17 00:00:00 2001 From: Marc Bonnici Date: Fri, 6 Jul 2018 10:13:13 +0100 Subject: [PATCH] dev_scripts/pep8: Update error message to flake8 --- dev_scripts/pep8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev_scripts/pep8 b/dev_scripts/pep8 index b2ab107c..ee510459 100755 --- a/dev_scripts/pep8 +++ b/dev_scripts/pep8 @@ -10,7 +10,7 @@ IGNORE=E501,E265,E266,W391,E401,E402,E731,W504,W605,F401 if ! hash flake8 2>/dev/null; then echo "flake8 not found in PATH" - echo "you can install it with \"sudo pip install pep8\"" + echo "you can install it with \"sudo pip install flake8\"" exit 1 fi