From beaecce68b268898f9d47be9ca36c55a708abc59 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 26 Aug 2012 15:53:31 -0400 Subject: [PATCH] git http:// remotes are readonly too --- Remote/Git.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Remote/Git.hs b/Remote/Git.hs index a9e3c3c9fe..49f040cc80 100644 --- a/Remote/Git.hs +++ b/Remote/Git.hs @@ -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 }