summaryrefslogtreecommitdiff
path: root/morphlib/util.py
diff options
context:
space:
mode:
Diffstat (limited to 'morphlib/util.py')
-rw-r--r--morphlib/util.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/morphlib/util.py b/morphlib/util.py
index ce9d0dc9..af7c59ba 100644
--- a/morphlib/util.py
+++ b/morphlib/util.py
@@ -149,10 +149,10 @@ def new_repo_caches(app): # pragma: no cover
aliases = app.settings['repo-alias']
cachedir = create_cachedir(app.settings)
gits_dir = os.path.join(cachedir, 'gits')
- bundle_base_url = app.settings['bundle-server']
+ tarball_base_url = app.settings['tarball-server']
repo_resolver = morphlib.repoaliasresolver.RepoAliasResolver(aliases)
lrc = morphlib.localrepocache.LocalRepoCache(
- app, gits_dir, repo_resolver, bundle_base_url=bundle_base_url)
+ app, gits_dir, repo_resolver, tarball_base_url=tarball_base_url)
url = app.settings['cache-server']
if url: