From ca9a912ed89c14ab1313c094d034d74d425aebe1 Mon Sep 17 00:00:00 2001 From: andrewlalis Date: Sat, 16 Mar 2024 12:46:56 -0400 Subject: [PATCH] Fixed upload script. --- upload.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upload.sh b/upload.sh index 8fc2b9f..1759bc6 100755 --- a/upload.sh +++ b/upload.sh @@ -7,6 +7,6 @@ # These are denoted with an "--exclude" parameter. rsync -rav -e ssh --delete \ ---exclude .git/ --exclude *.sh --exclude README.md --exclude *.d --exclude *.ods --exclude garden-data-gen/* \ +--exclude .git/ --exclude *.sh --exclude README.md --exclude *.d --exclude *.ods --exclude garden-data-gen/ \ ./ \ root@andrewlalis.com:/var/www/andrewlalis.com/html