]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
add comma
authorWarren Usui <wusui@redhat.com>
Fri, 1 Dec 2017 00:38:40 +0000 (00:38 +0000)
committerWarren Usui <wusui@redhat.com>
Fri, 1 Dec 2017 00:38:40 +0000 (00:38 +0000)
teuthology/task/ceph_ansible.py

index 0759fad0cccf563f241a8067690dc63dd1ad7ea1..267779db34ea61f18ac424a444e7b5f878a5e15d 100644 (file)
@@ -448,7 +448,7 @@ class CephAnsible(Task):
             #run.Raw(';'),
         ])
         ceph_installer.run(args=[
-            run.Raw('ls ~/ceph-ansible')
+            run.Raw('ls ~/ceph-ansible'),
             run.Raw('>'),
             run.Raw('/tmp/cephanslog.wsu')
         ])