Skip to content

Commit

Permalink
prepare-docs: fix typo rsync invokation
Browse files Browse the repository at this point in the history
  • Loading branch information
vicentebolea committed Jul 17, 2024
1 parent 39f7249 commit 94bf1a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/prepare-doc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,6 @@ if [ "$PARAVIEW_DOC_UPLOAD" = "true" ]; then
cp -av "$VERSION"/ latest/
fi
if [ -f "${RSYNC_SSH_PRIVATE_KEY}" ]; then
rsync -e "ssh -i $RSYNC_SSH_PRIVATE_KEY" -av --progress . kitware@web:
rsync -e "ssh -o StrictHostKeyChecking=accept-new -i $RSYNC_SSH_PRIVATE_KEY" -av --progress . kitware@web:
fi
fi

0 comments on commit 94bf1a9

Please sign in to comment.