From d2c2cfd52b760e92e6bec963534af8cb2c613b42 Mon Sep 17 00:00:00 2001 From: Brian Zalewski Date: Sat, 14 Jan 2023 10:57:26 +0000 Subject: [PATCH] Update file run_onchange_after_40-firefox.tmpl --- .../universal/run_onchange_after_40-firefox.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/.chezmoiscripts/universal/run_onchange_after_40-firefox.tmpl b/home/.chezmoiscripts/universal/run_onchange_after_40-firefox.tmpl index d5d8b19d..8a59614a 100644 --- a/home/.chezmoiscripts/universal/run_onchange_after_40-firefox.tmpl +++ b/home/.chezmoiscripts/universal/run_onchange_after_40-firefox.tmpl @@ -35,7 +35,7 @@ fi ### Install Firefox addons (using list declared in .chezmoidata.yaml) if command -v org.mozilla.firefox > /dev/null; then - for FIREFOX_PLUGIN in "{{ list .firefoxAddOns | join '" "' }}"; do + for FIREFOX_PLUGIN in {{ list .firefoxAddOns | join " " }}; do logg info 'Ensuring `'"$FIREFOX_PLUGIN"'` is installed' PLUGIN_HTML="$(mktemp)" curl --silent "https://addons.mozilla.org/en-US/firefox/addon/$FIREFOX_PLUGIN/" > "$PLUGIN_HTML"