diff options
Diffstat (limited to 'Command/Commit.hs')
-rw-r--r-- | Command/Commit.hs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Command/Commit.hs b/Command/Commit.hs index d3ce3d7bb..165906139 100644 --- a/Command/Commit.hs +++ b/Command/Commit.hs @@ -24,6 +24,6 @@ start = next $ next $ do Annex.Branch.commit "update" _ <- runhook <=< inRepo $ Git.hookPath "annex-content" return True - where - runhook (Just hook) = liftIO $ boolSystem hook [] - runhook Nothing = return True + where + runhook (Just hook) = liftIO $ boolSystem hook [] + runhook Nothing = return True |