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
|
Annex.BranchState.disableUpdate
|
||||||
catchNonAsync (autoInitialize (pure [])) $ \e ->
|
catchNonAsync (autoInitialize (pure [])) $ \e ->
|
||||||
warning $ "remote " ++ Git.repoDescribe r ++
|
warning $ "remote " ++ Git.repoDescribe r ++
|
||||||
":" ++ show e
|
": " ++ show e
|
||||||
Annex.getState Annex.repo
|
Annex.getState Annex.repo
|
||||||
s <- newLocal r
|
s <- newLocal r
|
||||||
liftIO $ Annex.eval s $ check
|
liftIO $ Annex.eval s $ check
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue