From 543531c57d3bfe7ef8983be16345baa70ed4ce8f Mon Sep 17 00:00:00 2001 From: Matt Way Date: Thu, 15 Aug 2024 15:00:24 +1000 Subject: [PATCH] Change default data path to spl-data folder --- make-council-pages.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make-council-pages.sh b/make-council-pages.sh index 3d8921c..a3082b5 100644 --- a/make-council-pages.sh +++ b/make-council-pages.sh @@ -12,7 +12,7 @@ COUNCILS_FILE="council_names.json" # The folder containing data for each council. # Includes the list of candidates and any media. -DATA_PATH="data" +DATA_PATH="../spl-data" # Controls the flags that are passed to every usage of the wp command. WP_FLAGS="--allow-root --path=/var/www/html"