fix format of message

newlines are eaten
This commit is contained in:
Joey Hess 2021-01-11 13:14:09 -04:00
parent faef32767e
commit 8db09feeba
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -44,12 +44,10 @@ trustCommand c level = withWords (commandAction . start)
next $ return True
trustedNeedsForce :: String -> String
trustedNeedsForce name = unlines
trustedNeedsForce name = unwords
[ "Trusting a repository can lead to data loss."
, ""
, "If you're sure you know what you're doing, use --force to"
, "make this take effect."
, ""
, "If you choose to do so, bear in mind that any time you drop"
, "content from " ++ name ++ ", you will risk losing data."
]