summaryrefslogtreecommitdiff
path: root/Messages.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Messages.hs')
-rw-r--r--Messages.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Messages.hs b/Messages.hs
index 492251981..c663c17c2 100644
--- a/Messages.hs
+++ b/Messages.hs
@@ -57,7 +57,7 @@ showOutput :: Annex ()
showOutput = handle q $ putStr "\n"
showLongNote :: String -> Annex ()
-showLongNote s = handle (JSON.note s) $ putStr $ '\n' : indent s
+showLongNote s = handle (JSON.note s) $ putStrLn $ '\n' : indent s
showEndOk :: Annex ()
showEndOk = showEndResult True