From c9acbbb6f7ffcacff57987b692f527733d2a0a4d Mon Sep 17 00:00:00 2001 From: Warren Usui Date: Thu, 30 Nov 2017 01:50:42 +0000 Subject: [PATCH] cd to right place --- 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 f3156960f..396c49bb5 100644 --- a/teuthology/task/ceph_ansible.py +++ b/teuthology/task/ceph_ansible.py @@ -417,7 +417,7 @@ class CephAnsible(Task): run.Raw('~/ceph-ansible'), run.Raw(';'), 'cd', - run.Raw('~/ceph-ansible'), + run.Raw('~'), run.Raw(';'), 'git', 'clone', -- 2.47.3