add missing whitespace in warning message

This commit is contained in:
Joey Hess 2022-10-04 13:30:22 -04:00
parent 304ee15a42
commit 44d763468a
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -916,7 +916,7 @@ seekExportContent o rs (currbranch, _) = or <$> forM rs go
_ -> noop _ -> noop
Just b -> showLongNote $ unwords Just b -> showLongNote $ unwords
[ notupdating [ notupdating
, "because " ++ Git.fromRef b ++ "does not exist." , "because " ++ Git.fromRef b ++ " does not exist."
, "(As configured by " ++ gitconfig ++ ")" , "(As configured by " ++ gitconfig ++ ")"
] ]
where where