git http:// remotes are readonly too
This commit is contained in:
parent
271ea49978
commit
beaecce68b
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ gen r u _ = new <$> remoteCost r defcst
|
|||
then Just $ Git.repoPath r
|
||||
else Nothing
|
||||
, repo = r
|
||||
, readonly = False
|
||||
, readonly = Git.repoIsHttp r
|
||||
, remotetype = remote
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue