upper case start of warning
This commit is contained in:
parent
7c69f3a75a
commit
e44716f277
1 changed files with 1 additions and 1 deletions
|
@ -351,7 +351,7 @@ tryGitConfigRead autoinit r hasuuid
|
|||
let check = do
|
||||
Annex.BranchState.disableUpdate
|
||||
catchNonAsync (autoInitialize (pure [])) $ \e ->
|
||||
warning $ "remote " ++ Git.repoDescribe r ++
|
||||
warning $ "Remote " ++ Git.repoDescribe r ++
|
||||
": " ++ show e
|
||||
Annex.getState Annex.repo
|
||||
s <- newLocal r
|
||||
|
|
Loading…
Reference in a new issue