dont crash when no .chezmoi.osRelease
This commit is contained in:
parent
c653422734
commit
20e78c7e2e
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ README.md
|
|||
.local/share/nwg-look
|
||||
{{- end }}
|
||||
|
||||
{{- if eq .chezmoi.osRelease.id "arch" | not }}
|
||||
{{- if and (index "osRelease" .chezmoi) (eq .chezmoi.osRelease.id "arch") | not }}
|
||||
bin/quickaur
|
||||
{{- end }}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue