This commit is contained in:
Joey Hess 2012-06-12 11:32:06 -04:00
parent 85f0992c03
commit 942d8f7298
14 changed files with 20 additions and 21 deletions

View file

@ -22,7 +22,7 @@ seek = [withNothing start]
start :: CommandStart
start = next $ next $ do
Annex.Branch.commit "update"
_ <- runhook =<< (inRepo $ Git.hookPath "annex-content")
_ <- runhook =<< inRepo (Git.hookPath "annex-content")
return True
where
runhook (Just hook) = liftIO $ boolSystem hook []