add missing space
This commit is contained in:
parent
f2ecc6e0da
commit
a4451ac391
1 changed files with 1 additions and 1 deletions
|
@ -47,6 +47,6 @@ warnExportImportConflict r = do
|
|||
True -> "exported to and/or imported from"
|
||||
False -> "exported to"
|
||||
toplevelWarning True $
|
||||
"Conflict detected. Different trees have been " ++ ops ++
|
||||
"Conflict detected. Different trees have been " ++ ops ++ " " ++
|
||||
Remote.name r ++
|
||||
". Use git-annex export to resolve this conflict."
|
||||
|
|
Loading…
Reference in a new issue