From: Zack Cerza Date: Wed, 21 Sep 2016 22:11:28 +0000 (-0600) Subject: Fix typo in GitbuilderProject._get_uri_reference() X-Git-Tag: 1.1.0~522^2~6 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=9a821aea6a29565a1a385422c8c26e172c93aefa;p=teuthology.git Fix typo in GitbuilderProject._get_uri_reference() Signed-off-by: Zack Cerza --- diff --git a/teuthology/packaging.py b/teuthology/packaging.py index 1831918afb..239de6c44d 100644 --- a/teuthology/packaging.py +++ b/teuthology/packaging.py @@ -672,7 +672,7 @@ class GitbuilderProject(object): log.info('%s: %s' % (n, v)) if ref: - uri = 'ref'/ + ref + uri = 'ref/' + ref warn('ref') elif tag: uri = 'ref/' + tag