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"
|
True -> "exported to and/or imported from"
|
||||||
False -> "exported to"
|
False -> "exported to"
|
||||||
toplevelWarning True $
|
toplevelWarning True $
|
||||||
"Conflict detected. Different trees have been " ++ ops ++
|
"Conflict detected. Different trees have been " ++ ops ++ " " ++
|
||||||
Remote.name r ++
|
Remote.name r ++
|
||||||
". Use git-annex export to resolve this conflict."
|
". Use git-annex export to resolve this conflict."
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue