summaryrefslogtreecommitdiff
path: root/Init.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Init.hs')
-rw-r--r--Init.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Init.hs b/Init.hs
index 62b12283f..4d27c4f1c 100644
--- a/Init.hs
+++ b/Init.hs
@@ -106,7 +106,7 @@ preCommitHook = (</>) <$> fromRepo Git.localGitDir <*> pure "hooks/pre-commit"
preCommitScript :: String
preCommitScript = unlines
- [ shebang
+ [ shebang_local
, "# automatically configured by git-annex"
, "git annex pre-commit ."
]