From d37321605b638b356c18ba34518fab1e799962a3 Mon Sep 17 00:00:00 2001 From: David Galloway Date: Thu, 11 Jun 2020 17:13:01 -0400 Subject: [PATCH] ceph-website: Fix typo in rsync command Signed-off-by: David Galloway --- ceph-website/build/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ceph-website/build/build b/ceph-website/build/build index 4da171d6..745b5e60 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 -- 2.39.5