aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraditya <bluenerd@protonmail.com>2023-06-18 10:28:44 +0530
committeraditya <bluenerd@protonmail.com>2023-06-18 10:28:44 +0530
commit8485aa1d9394931476c8bc0fcf8b41ef5509154e (patch)
tree83c414391bd2ee2666af53cba433d2faffd2a3df
parente7325782c1015563f83979da408cd33de5b14bdc (diff)
fix typoHEADmaster
-rw-r--r--hugo-deploy.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/hugo-deploy.sh b/hugo-deploy.sh
index e7e9644..6ee5f6d 100644
--- a/hugo-deploy.sh
+++ b/hugo-deploy.sh
@@ -3,6 +3,6 @@ USER=remote-user
HOST=remote-host.tld
DIR=/remote/deployment/directory
-hugo && rsync -Pavz -delete public/ ${USER}@${HOST}:${DIR}
+hugo && rsync -Pavz --delete public/ ${USER}@${HOST}:${DIR}
exit 0