From 07afa11fd4cf2a7c6f069501e08b6d7a18d1367a Mon Sep 17 00:00:00 2001 From: Your Name <stephan.seitz@fau.de> Date: Mon, 2 Sep 2019 08:52:05 +0200 Subject: [PATCH] Fix typo in "pre-push" --- pre-push | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pre-push b/pre-push index d46b0ee67..b0efe6d41 100755 --- a/pre-push +++ b/pre-push @@ -4,7 +4,7 @@ # has to be copied to .git/hooks echo "Running pre-push hook" -echo "Running flak8 check" +echo "Running flake8 check" flake8 --append-config=.flake8 pystencils # $? stores exit value of the last command -- GitLab