summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2013-02-25 10:51:55 +0100
committerFlorent Xicluna <florent.xicluna@gmail.com>2013-02-25 10:51:55 +0100
commit4c4c91fd858ec3cd709bfdcf7951502fd49c2dc8 (patch)
tree60bb9e2106fb161202e6670861c63e0fe9f4e724 /docs
parent348b484e623e061028e2e39419d67b4147e30c3e (diff)
downloadflake8-4c4c91fd858ec3cd709bfdcf7951502fd49c2dc8.tar.gz
Doc: fix shebang, issue #81
Diffstat (limited to 'docs')
-rw-r--r--docs/vcs.rst2
1 files changed, 1 insertions, 1 deletions
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