summaryrefslogtreecommitdiffstats
path: root/utils/agljobtemplate.py
diff options
context:
space:
mode:
Diffstat (limited to 'utils/agljobtemplate.py')
-rw-r--r--utils/agljobtemplate.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/agljobtemplate.py b/utils/agljobtemplate.py
index cbf27e7..b12a8ef 100644
--- a/utils/agljobtemplate.py
+++ b/utils/agljobtemplate.py
@@ -130,7 +130,7 @@ class Agljobtemplate(object):
url_fragment += machine_frag_url
if (build_type != 'ci'):
- url_fragment += '/deploy/images/' + machine
+ url_fragment += '/deploy/images/' + machine_frag_url
url = urlparse.urljoin(url_base, url_fragment)