fix: remove extraneous parentheses

Fixes: https://github.com/ben-grande/qusal/issues/134
This commit is contained in:
Ben Grande 2025-06-18 19:11:20 +02:00
parent e7cebe4551
commit c534002253
No known key found for this signature in database
GPG Key ID: 00C64E14F51F9E56

View File

@ -5,7 +5,7 @@ SPDX-FileCopyrightText: 2024 seven-beep <ebn@entreparentheses.xyz>
SPDX-License-Identifier: AGPL-3.0-or-later
#}
{%- if salt["pillar.get"]("qusal:dotfiles:all"), default=True) or
{%- if salt["pillar.get"]("qusal:dotfiles:all", default=True) or
salt["pillar.get"]("qusal:dotfiles:dom0") or
salt["pillar.get"]("qusal:dotfiles:git") or
salt["pillar.get"]("qusal:dotfiles:gtk") or