From f2116ee68e243e676c38c76352207206b8cbfd93 Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Mon, 11 May 2015 15:27:38 -0600 Subject: [PATCH] Fix copypasta Signed-off-by: Zack Cerza --- teuthology/repo_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teuthology/repo_utils.py b/teuthology/repo_utils.py index 0d928032ac..39a9a5db64 100644 --- a/teuthology/repo_utils.py +++ b/teuthology/repo_utils.py @@ -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) -- 2.39.5