spell rsync correctly

This commit is contained in:
Nathan Marley 2017-09-30 19:38:23 -07:00
parent c4d03b48af
commit b5d4345f3f

View file

@ -2,4 +2,4 @@
set -xe
rync -vzrlptD --delete-after $TRAVIS_BUILD_DIR/_site/ $DEPLOY_USER@$DEPLOY_HOST:$DEPLOY_PATH
rsync -vzrlptD --delete-after $TRAVIS_BUILD_DIR/_site/ $DEPLOY_USER@$DEPLOY_HOST:$DEPLOY_PATH