aboutsummaryrefslogtreecommitdiff
path: root/Messages.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-11-10 14:06:07 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-11-10 14:06:07 -0400
commitdacadaae32183b2501bda42d38ba4cae8eeff12b (patch)
treeb1eca5a378b7227084c4c5f732124d77fd63f4f0 /Messages.hs
parent80e731707ebae19db26065a1b05ac5f1cfd0e6a1 (diff)
add back missing newline to showRaw
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 74465a5b9..650e6162a 100644
--- a/Messages.hs
+++ b/Messages.hs
@@ -169,7 +169,7 @@ showHeader :: String -> Annex ()
showHeader h = outputMessage q $ (h ++ ": ")
showRaw :: String -> Annex ()
-showRaw = outputMessage q
+showRaw s = outputMessage q (s ++ "\n")
setupConsole :: IO ()
setupConsole = do