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"