Fix comment in make-council-pages.sh

This commit is contained in:
2024-07-31 10:19:19 +10:00
parent 4ed59223cf
commit 0002b0cefb

View File

@@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
# This script uses the jq, wp, and gomplate commands, make sure they are installed before running this script. # This script uses the jq, wp, and php commands, make sure they are installed before running this script.
# The council_names.json file must contain a list of objects (one for each council). # The council_names.json file must contain a list of objects (one for each council).
# Each object must have the following fields: "shortName", "councilName", and "wardNames" # Each object must have the following fields: "shortName", "councilName", and "wardNames"