]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
Fix copypasta
authorZack Cerza <zack@redhat.com>
Mon, 11 May 2015 21:27:38 +0000 (15:27 -0600)
committerZack Cerza <zack@redhat.com>
Mon, 11 May 2015 21:27:38 +0000 (15:27 -0600)
Signed-off-by: Zack Cerza <zack@redhat.com>
teuthology/repo_utils.py

index 0d928032acfaf143d47fc7273768a51e2c5ff013..39a9a5db641cfb911d5986b5a9343ec4a4ad54c4 100644 (file)
@@ -199,7 +199,7 @@ def fetch_qa_suite(branch, lock=True):
     :param branch: The branch to fetch
     :returns:      The destination path
     """
-    url = config.ceph_git_base_url + 'teuthology.git'
+    url = config.ceph_git_base_url + 'ceph-qa-suite.git'
     return fetch_repo(url, branch, lock=lock)