From 4c4c91fd858ec3cd709bfdcf7951502fd49c2dc8 Mon Sep 17 00:00:00 2001 From: Florent Xicluna Date: Mon, 25 Feb 2013 10:51:55 +0100 Subject: [PATCH] Doc: fix shebang, issue #81 --- docs/vcs.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/vcs.rst b/docs/vcs.rst index 5b938f6..444d607 100644 --- a/docs/vcs.rst +++ b/docs/vcs.rst @@ -30,7 +30,7 @@ Git hook To use the Git hook on any *commit*, add a **pre-commit** file in the *.git/hooks* directory containing:: - #!/usr/bin/python + #!/usr/bin/env python import sys from flake8.run import git_hook