add space after colon in warning message

This commit is contained in:
Joey Hess 2023-02-14 12:34:07 -04:00
parent 4ed539dd40
commit 7c69f3a75a
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -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