From: Alfredo Deza Date: Tue, 11 Apr 2017 19:57:06 +0000 (-0400) Subject: ceph-ansible-docs: fix a typo on mkdir X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=074c68234a7677241445cac80e191c4194f60bca;p=ceph-build.git ceph-ansible-docs: fix a typo on mkdir Signed-off-by: Alfredo Deza --- diff --git a/ceph-ansible-docs/build/build b/ceph-ansible-docs/build/build index 5a1114a2..2af4acb8 100644 --- a/ceph-ansible-docs/build/build +++ b/ceph-ansible-docs/build/build @@ -17,5 +17,5 @@ $VENV/tox -rv # a `$BRANCH` dir because the project has stable branches that will # publish docs that might be different from other versions (similar, # but not exactly the same to what the Ceph project does) -mdkir -p "/var/ceph-ansible/docs/$BRANCH" +mkdir -p "/var/ceph-ansible/docs/$BRANCH" rsync -auv --delete .tox/docs/tmp/html/* "/var/ceph-ansible/docs/$BRANCH/"