From 0002b0cefbfdf12df6e9f36b13a66965084b057a Mon Sep 17 00:00:00 2001 From: Matt Way Date: Wed, 31 Jul 2024 10:19:19 +1000 Subject: [PATCH] Fix comment in make-council-pages.sh --- 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 be83749..7292695 100644 --- a/make-council-pages.sh +++ b/make-council-pages.sh @@ -1,6 +1,6 @@ #!/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). # Each object must have the following fields: "shortName", "councilName", and "wardNames"