use colons

This commit is contained in:
2026-09-12 18:47:10 -05:00
parent 09cb8857cc
commit d41e3849a9
+1 -1
View File
@@ -64,7 +64,7 @@
echo "Generating templated files" echo "Generating templated files"
gomplate=${pkgs.gomplate}/bin/gomplate gomplate=${pkgs.gomplate}/bin/gomplate
printf '{"db_hostname"="%s","web_hostname"="%s"}' \ printf '{"db_hostname":"%s","web_hostname":"%s"}' \
"${opts.database-hostname}" \ "${opts.database-hostname}" \
"${opts.default-nginx.hostname}" | $gomplate \ "${opts.default-nginx.hostname}" | $gomplate \
--input-dir=${k3sDir} \ --input-dir=${k3sDir} \