add back missing newline to showRaw
authorJoey Hess <joeyh@joeyh.name>
Tue, 10 Nov 2015 18:06:07 +0000 (14:06 -0400)
committerJoey Hess <joeyh@joeyh.name>
Tue, 10 Nov 2015 18:06:07 +0000 (14:06 -0400)
Messages.hs

index 74465a5b98cdd220729f46d1afd81b064990efa9..650e6162a858ac78818d1c94213a48b960829334 100644 (file)
@@ -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