]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
Fix typo in GitbuilderProject._get_uri_reference()
authorZack Cerza <zack@redhat.com>
Wed, 21 Sep 2016 22:11:28 +0000 (16:11 -0600)
committerZack Cerza <zack@redhat.com>
Tue, 4 Oct 2016 15:01:20 +0000 (09:01 -0600)
Signed-off-by: Zack Cerza <zack@redhat.com>
teuthology/packaging.py

index 1831918afb14f3c02977af594dd97e29c5c72a5c..239de6c44d41755f36b2120edca19aba3a01bb2b 100644 (file)
@@ -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