From 8c8df19a5cc4e485545d94025ff38d8bbdb8e3ba Mon Sep 17 00:00:00 2001 From: Badstagram Date: Tue, 6 Jan 2026 17:35:33 +0000 Subject: [PATCH] fix(macos): wrong conditional lol --- .chezmoiscripts/run_onchange_aMacos-install-packages.sh.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.chezmoiscripts/run_onchange_aMacos-install-packages.sh.tmpl b/.chezmoiscripts/run_onchange_aMacos-install-packages.sh.tmpl index 2a00947..66bc30c 100644 --- a/.chezmoiscripts/run_onchange_aMacos-install-packages.sh.tmpl +++ b/.chezmoiscripts/run_onchange_aMacos-install-packages.sh.tmpl @@ -1,4 +1,4 @@ -{{ if ne .chezmoi.os "darwin" -}} +{{ if eq .chezmoi.os "darwin" -}} #!/bin/bash if ! command -v brew > /dev/null 2>&1