add space after colon in warning message
This commit is contained in:
parent
4ed539dd40
commit
7c69f3a75a
1 changed files with 1 additions and 1 deletions
|
@ -352,7 +352,7 @@ tryGitConfigRead autoinit r hasuuid
|
|||
Annex.BranchState.disableUpdate
|
||||
catchNonAsync (autoInitialize (pure [])) $ \e ->
|
||||
warning $ "remote " ++ Git.repoDescribe r ++
|
||||
":" ++ show e
|
||||
": " ++ show e
|
||||
Annex.getState Annex.repo
|
||||
s <- newLocal r
|
||||
liftIO $ Annex.eval s $ check
|
||||
|
|
Loading…
Add table
Reference in a new issue