From 7ceb27d60c435c7638e3e67011eccc27e8c8ee5c Mon Sep 17 00:00:00 2001 From: Warren Usui Date: Fri, 1 Dec 2017 20:26:33 +0000 Subject: [PATCH] Fix --- teuthology/task/ceph_ansible.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teuthology/task/ceph_ansible.py b/teuthology/task/ceph_ansible.py index 2533b3e618..4a9b422077 100644 --- a/teuthology/task/ceph_ansible.py +++ b/teuthology/task/ceph_ansible.py @@ -418,7 +418,7 @@ class CephAnsible(Task): run.Raw('~/ceph-ansible'), run.Raw(';'), 'cd', - run.Raw('~/wusui'), + run.Raw('~'), run.Raw(';'), 'git', 'clone', -- 2.39.5