summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Peter <marius.peter@tutanota.com>2024-01-02 19:52:03 +0100
committerMarius Peter <marius.peter@tutanota.com>2024-01-02 19:52:03 +0100
commitb62ede386168558b530b9764b9e5d5289e24ce16 (patch)
tree7660e4e55a9824183a15ef6cc332fd59cc338c00
parent805c6b911e4d1ebb4e5e951092fa284705aa1f66 (diff)
Typo >:(HEADmaster
-rwxr-xr-xdeploy.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy.sh b/deploy.sh
index b5111a3..7d8308a 100755
--- a/deploy.sh
+++ b/deploy.sh
@@ -11,4 +11,4 @@ if [ $? -eq 0 ]; then echo App deployed to $remote_app; fi
echo Deploying static files:
rsync -azvP ./app/static $remote_static --chown=mpeter:www-data
-if [ $? -eq 0 ]; then echo Static files to $remote_static.; fi
+if [ $? -eq 0 ]; then echo Static files to $remote_static; fi
Copyright 2019--2024 Marius PETER