From: David Galloway Date: Thu, 11 Jun 2020 21:13:01 +0000 (-0400) Subject: ceph-website: Fix typo in rsync command X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F1587%2Fhead;p=ceph-build.git ceph-website: Fix typo in rsync command Signed-off-by: David Galloway --- diff --git a/ceph-website/build/build b/ceph-website/build/build index 4da171d65..745b5e606 100755 --- a/ceph-website/build/build +++ b/ceph-website/build/build @@ -17,7 +17,7 @@ if [ ! -d /opt/www/${BRANCH} ]; then mkdir -p /opt/www/${BRANCH} fi -rsync -av --delete-after dist/* /opt/www/${BRANCH}/ +rsync -av --delete-after dist/ /opt/www/${BRANCH}/ # This just makes the last `echo` line not repeat { set +x; } 2>/dev/null