From 3bbe7ad5c0ee5f3f01f507371c598cfc997276d4 Mon Sep 17 00:00:00 2001 From: Anton Volnuhin Date: Tue, 30 May 2023 09:39:45 +0300 Subject: [PATCH] Fix templating --- run_onchange_before_install_main_deps.sh.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_onchange_before_install_main_deps.sh.tmpl b/run_onchange_before_install_main_deps.sh.tmpl index 9a95657..1ae87b8 100644 --- a/run_onchange_before_install_main_deps.sh.tmpl +++ b/run_onchange_before_install_main_deps.sh.tmpl @@ -14,7 +14,7 @@ $Green########################################################################## ## ## ###############################################################################$NC" -{{ if .chezmoi.os "darwin" -}} +{{ if eq .chezmoi.os "darwin" -}} bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" brew update brew upgrade -y