aboutsummaryrefslogtreecommitdiff
path: root/git-gerrit-mirror
diff options
context:
space:
mode:
authorAndy Doan <andy.doan@linaro.org>2015-11-12 16:06:37 -0600
committerAndy Doan <andy.doan@linaro.org>2015-11-12 16:06:37 -0600
commitd96017168ebc38c4a9b44e15edf1aa96008e28d1 (patch)
treeec941b327afdad2edb463d94ec984b417e14286a /git-gerrit-mirror
parentb7845b6a37cf3459789ceca72d11c20b49abd1d2 (diff)
oops: fix last change
Change-Id: Ia03899d2a10741e8af35005ff8a4a15cb6a30e80
Diffstat (limited to 'git-gerrit-mirror')
-rwxr-xr-xgit-gerrit-mirror2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-gerrit-mirror b/git-gerrit-mirror
index c59207c..c0b0d3e 100755
--- a/git-gerrit-mirror
+++ b/git-gerrit-mirror
@@ -379,7 +379,7 @@ elif args[0] == "clone":
projects = get_project_map_for_a_host(host).keys()[:options.limit]
host_p = urlparse.urlparse(host)
new_repos = clone_repos(host, host_url_to_path(host), projects)
- handle_updated_repos(conf, new_repos)
+ handle_updated_repos(conf, host, new_repos)
elif args[0] == "fetch":
check_args(optparser, args, 1)
if not options.mirror_dir: