From 7544c080c077e235b0689ca2f1cbc297f306daca Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Tue, 22 Sep 2015 08:31:31 -0400 Subject: [PATCH] remove -e flag because that 'execs' an ssh command and there is none here Signed-off-by: Alfredo Deza --- teuthology-docs/build/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teuthology-docs/build/build b/teuthology-docs/build/build index 1ca8dbe2..2cb7369b 100644 --- a/teuthology-docs/build/build +++ b/teuthology-docs/build/build @@ -21,4 +21,4 @@ fi # create the docs build with tox tox -rv -e docs # publish docs to docs.ceph.com/docs/teuthology -rsync -auv --delete -e .tox/docs/tmp/html/* ubuntu@docs.front.sepia.ceph.com:/var/teuthology/docs/ +rsync -auv --delete .tox/docs/tmp/html/* ubuntu@docs.front.sepia.ceph.com:/var/teuthology/docs/ -- 2.47.3