From a1e52f0ce5984058c737ed709fc5d4b6398e019a Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 16 Feb 2012 00:41:30 -0400 Subject: hlint --- Init.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Init.hs') diff --git a/Init.hs b/Init.hs index c8deadf3b..c9d5bb909 100644 --- a/Init.hs +++ b/Init.hs @@ -68,7 +68,7 @@ gitPreCommitHookUnWrite = unlessBare $ do " Edit it to remove call to git annex." unlessBare :: Annex () -> Annex () -unlessBare = unlessM $ fromRepo $ Git.repoIsLocalBare +unlessBare = unlessM $ fromRepo Git.repoIsLocalBare preCommitHook :: Annex FilePath preCommitHook = () <$> fromRepo Git.gitDir <*> pure "hooks/pre-commit" -- cgit v1.2.3