diff options
Diffstat (limited to 'Init.hs')
-rw-r--r-- | Init.hs | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -75,6 +75,6 @@ preCommitHook = do preCommitScript :: String preCommitScript = - "#!/bin/sh\n" ++ - "# automatically configured by git-annex\n" ++ - "git annex pre-commit .\n" + "#!/bin/sh\n" ++ + "# automatically configured by git-annex\n" ++ + "git annex pre-commit .\n" |