We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 764b5f3 commit 30003bfCopy full SHA for 30003bf
hooks/config.ini
@@ -1,4 +1,4 @@
1
[install.py]
2
-src_dir = os.path.dirname(__file__)
+src_dir = os.path.dirname(config_path)
3
dst_dir = os.path.join(src_dir, '..', '.git', 'hooks')
4
files = ['pre-commit', 'pre-push']
0 commit comments