diff options
author | Joey Hess <joey@kitenet.net> | 2010-10-19 14:15:53 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-10-19 14:15:53 -0400 |
commit | 731cabbe3d083bcca6535fc9751b63cc16a83b83 (patch) | |
tree | 23bce6894c3060c35390633af60570b23a435a07 /Core.hs | |
parent | 4f8d28819da8e13bfa741dae8d84b0000e38e083 (diff) |
newlines before failed message
needed if a long message was shown
Diffstat (limited to 'Core.hs')
-rw-r--r-- | Core.hs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -106,4 +106,4 @@ showEndOk = do liftIO $ putStrLn " ok" showEndFail :: Annex () showEndFail = do - liftIO $ putStrLn " failed" + liftIO $ putStrLn "\nfailed" |