Change default data path to spl-data folder

This commit is contained in:
2024-08-15 15:00:24 +10:00
parent d2373369f3
commit 543531c57d

View File

@@ -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"