add missing whitespace in warning message
This commit is contained in:
parent
304ee15a42
commit
44d763468a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue