From d679ae6c39ec7a1e4bfa10e0c36c8a006761fec1 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Thu, 31 Oct 2024 08:05:27 -0700 Subject: [PATCH] Quote the DEPLOY_LOCATION variable in the deploy Makefile target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 49a5f74..79c8721 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ site: nethack deploy: site @echo "Deploying to $(DEPLOY_LOCATION)" - rsync -avz --no-times --no-perms --delete public/ $(DEPLOY_LOCATION) + rsync -avz --no-times --no-perms --delete public/ "$(DEPLOY_LOCATION)" git tag -f deploy-$(shell date +%Y-%m-%d) nethack: nethack-logfile nethack-commit