]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-ansible-docs: fix a typo on mkdir 676/head
authorAlfredo Deza <adeza@redhat.com>
Tue, 11 Apr 2017 19:57:06 +0000 (15:57 -0400)
committerAlfredo Deza <adeza@redhat.com>
Tue, 11 Apr 2017 19:57:06 +0000 (15:57 -0400)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
ceph-ansible-docs/build/build

index 5a1114a2aeb73e0046fd88bf918372d900be8fb6..2af4acb89f4d8d6b6a5cc230576850d5548868f9 100644 (file)
@@ -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/"