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
|
then Just $ Git.repoPath r
|
||||||
else Nothing
|
else Nothing
|
||||||
, repo = r
|
, repo = r
|
||||||
, readonly = False
|
, readonly = Git.repoIsHttp r
|
||||||
, remotetype = remote
|
, remotetype = remote
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue