From cb16b486885841efc8d1523783d779ff0a27acfa Mon Sep 17 00:00:00 2001 From: Anthony Rodriguez Date: Tue, 26 Sep 2023 08:30:08 +0200 Subject: [PATCH] update condition to work --- .chezmoiignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.chezmoiignore b/.chezmoiignore index 4f52741..b673358 100644 --- a/.chezmoiignore +++ b/.chezmoiignore @@ -21,6 +21,6 @@ packages .scripts .gtkrc-2.0 -{{ else if eq .chezmoi.os "linux" or eq .chezmoi.os "darwin" }} +{{ else if (or (eq .chezmoi.os "linux") (eq .chezmoi.os "darwin")) }} .gnupg {{ end }}