diff options
Diffstat (limited to 'Command/PreCommit.hs')
-rw-r--r-- | Command/PreCommit.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/PreCommit.hs b/Command/PreCommit.hs index 6644f6ffa..388d065c0 100644 --- a/Command/PreCommit.hs +++ b/Command/PreCommit.hs @@ -31,7 +31,7 @@ seek ps = ifM isDirect startIndirect :: FilePath -> CommandStart startIndirect file = next $ do - unlessM (callCommand $ Command.Add.start file) $ + unlessM (callCommandAction $ Command.Add.start file) $ error $ "failed to add " ++ file ++ "; canceling commit" next $ return True |