]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-website: Fix typo in rsync command 1587/head
authorDavid Galloway <dgallowa@redhat.com>
Thu, 11 Jun 2020 21:13:01 +0000 (17:13 -0400)
committerDavid Galloway <dgallowa@redhat.com>
Thu, 11 Jun 2020 21:13:01 +0000 (17:13 -0400)
Signed-off-by: David Galloway <dgallowa@redhat.com>
ceph-website/build/build

index 4da171d651d7e759ff666bb26bfc948659ec8e6f..745b5e6069a33b0c3d043dbbafc5c4a7ebceaea2 100755 (executable)
@@ -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