summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
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