From 14ca0d6b9b5f6f79ad120f510a434c6be7b3305a Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Sun, 21 Nov 2021 14:03:54 -0600 Subject: [PATCH] Use BREADSITE_DATA_DIR if it exists --- site/bin/update-data.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/bin/update-data.sh b/site/bin/update-data.sh index 767de36..ff69611 100755 --- a/site/bin/update-data.sh +++ b/site/bin/update-data.sh @@ -11,7 +11,7 @@ main() { # this will run everything else. # change when deploying - prefix=~/breadpunk/site/static + prefix="${BREADSITE_DATA_DIR:-~/breadpunk/site/static}" # jobs to run # command | toml_output > file