summaryrefslogtreecommitdiff
path: root/Core.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Core.hs')
-rw-r--r--Core.hs7
1 files changed, 3 insertions, 4 deletions
diff --git a/Core.hs b/Core.hs
index 5bf108393..3532c71d5 100644
--- a/Core.hs
+++ b/Core.hs
@@ -104,7 +104,6 @@ showLongNote s = do
showEndOk :: Annex ()
showEndOk = do
liftIO $ putStrLn " ok"
-showEndFail :: String -> String -> Annex ()
-showEndFail command file = do
- liftIO $ putStrLn ""
- liftIO $ hPutStrLn stderr $ command ++ " " ++ file ++ " failed"
+showEndFail :: Annex ()
+showEndFail = do
+ liftIO $ putStrLn " failed"