From a72854d3cd2afe64aa7e44559e940f0ceb6aced2 Mon Sep 17 00:00:00 2001 From: badstagram Date: Sat, 24 Jan 2026 01:04:44 +0000 Subject: [PATCH] fix(linux): add missing paren --- .chezmoiscripts/run_onchange_arch-install-packages.sh.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.chezmoiscripts/run_onchange_arch-install-packages.sh.tmpl b/.chezmoiscripts/run_onchange_arch-install-packages.sh.tmpl index 61beb49..4ecddfd 100644 --- a/.chezmoiscripts/run_onchange_arch-install-packages.sh.tmpl +++ b/.chezmoiscripts/run_onchange_arch-install-packages.sh.tmpl @@ -1,4 +1,4 @@ -{{ if (and (eq .chezmoi.os "linux") -}} +{{ if (and (eq .chezmoi.os "linux")) -}} #!/bin/bash _install_pacman_packages() {