summaryrefslogtreecommitdiff
path: root/Init.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Init.hs')
-rw-r--r--Init.hs3
1 files changed, 1 insertions, 2 deletions
diff --git a/Init.hs b/Init.hs
index 2067c524c..4df159933 100644
--- a/Init.hs
+++ b/Init.hs
@@ -33,8 +33,7 @@ initialize = do
gitPreCommitHookWrite
uninitialize :: Annex ()
-uninitialize = do
- gitPreCommitHookUnWrite
+uninitialize = gitPreCommitHookUnWrite
{- Will automatically initialize if there is already a git-annex
branch from somewhere. Otherwise, require a manual init