diff options
| author | Florent Xicluna <florent.xicluna@gmail.com> | 2013-02-25 10:51:55 +0100 |
|---|---|---|
| committer | Florent Xicluna <florent.xicluna@gmail.com> | 2013-02-25 10:51:55 +0100 |
| commit | 4c4c91fd858ec3cd709bfdcf7951502fd49c2dc8 (patch) | |
| tree | 60bb9e2106fb161202e6670861c63e0fe9f4e724 /docs | |
| parent | 348b484e623e061028e2e39419d67b4147e30c3e (diff) | |
| download | flake8-4c4c91fd858ec3cd709bfdcf7951502fd49c2dc8.tar.gz | |
Doc: fix shebang, issue #81
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/vcs.rst | 2 |
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 |
