fix(linux): add missing paren

This commit is contained in:
badstagram 2026-01-24 01:04:44 +00:00
parent 6ce0ee8eea
commit a72854d3cd

View File

@ -1,4 +1,4 @@
{{ if (and (eq .chezmoi.os "linux") -}}
{{ if (and (eq .chezmoi.os "linux")) -}}
#!/bin/bash
_install_pacman_packages() {