update condition to work
This commit is contained in:
parent
e6c983dc99
commit
cb16b48688
1 changed files with 1 additions and 1 deletions
|
@ -21,6 +21,6 @@ packages
|
||||||
.scripts
|
.scripts
|
||||||
.gtkrc-2.0
|
.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
|
.gnupg
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
Loading…
Reference in a new issue