summaryrefslogtreecommitdiff
path: root/Core.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Core.hs')
-rw-r--r--Core.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Core.hs b/Core.hs
index 3532c71d5..8dc4bff6f 100644
--- a/Core.hs
+++ b/Core.hs
@@ -106,4 +106,4 @@ showEndOk = do
liftIO $ putStrLn " ok"
showEndFail :: Annex ()
showEndFail = do
- liftIO $ putStrLn " failed"
+ liftIO $ putStrLn "\nfailed"