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
|
||||
Just b -> showLongNote $ unwords
|
||||
[ notupdating
|
||||
, "because " ++ Git.fromRef b ++ "does not exist."
|
||||
, "because " ++ Git.fromRef b ++ " does not exist."
|
||||
, "(As configured by " ++ gitconfig ++ ")"
|
||||
]
|
||||
where
|
||||
|
|
Loading…
Add table
Reference in a new issue