summaryrefslogtreecommitdiff
path: root/Remote/Web.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Remote/Web.hs')
-rw-r--r--Remote/Web.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/Remote/Web.hs b/Remote/Web.hs
index e31539f88..c0d54132a 100644
--- a/Remote/Web.hs
+++ b/Remote/Web.hs
@@ -43,7 +43,8 @@ gen r _ _ =
hasKey = checkKey,
hasKeyCheap = False,
config = Nothing,
- repo = r
+ repo = r,
+ remotetype = remote
}
downloadKey :: Key -> FilePath -> Annex Bool