Skip to content

Commit 94bf1a9

Browse files
committed
prepare-docs: fix typo rsync invokation
1 parent 39f7249 commit 94bf1a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/prepare-doc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,6 @@ if [ "$PARAVIEW_DOC_UPLOAD" = "true" ]; then
9797
cp -av "$VERSION"/ latest/
9898
fi
9999
if [ -f "${RSYNC_SSH_PRIVATE_KEY}" ]; then
100-
rsync -e "ssh -i $RSYNC_SSH_PRIVATE_KEY" -av --progress . kitware@web:
100+
rsync -e "ssh -o StrictHostKeyChecking=accept-new -i $RSYNC_SSH_PRIVATE_KEY" -av --progress . kitware@web:
101101
fi
102102
fi

0 commit comments

Comments
 (0)