summaryrefslogtreecommitdiffstats
path: root/run.sh
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2015-09-28 11:32:15 -0700
committerBrian Anderson <banderson@mozilla.com>2015-09-28 11:32:15 -0700
commit7c48368c23ec7c7e8b7b957fa819d095a7be0e9b (patch)
treec043a77974214fa39e8935b16a9d1d8f082f5ba9 /run.sh
parent4a873f00238ede6d41f54b50d182b035e8affb30 (diff)
Use HOME instead of ~
Diffstat (limited to 'run.sh')
-rwxr-xr-xrun.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/run.sh b/run.sh
index a648af4..28a19b0 100755
--- a/run.sh
+++ b/run.sh
@@ -2,5 +2,5 @@
. ./bin/activate
./bin/pelican content -s pelicanconf.py -t themes/pelican-elegant-1.3 || exit
if [ "$REALLY_DEPLOY" = "1" ]; then
- rsync -e "ssh -i ~/.ssh/twir_deploy_key" -razvP --delete-after output/ twir@octayn.net:production
+ rsync -e "ssh -i $HOME/.ssh/twir_deploy_key" -razvP --delete-after output/ twir@octayn.net:production
fi