mirror of
https://github.com/gaschz/dotfiles.git
synced 2025-12-27 17:44:27 +01:00
fix: remove extraneous parentheses
Fixes: https://github.com/ben-grande/qusal/issues/134
This commit is contained in:
parent
e7cebe4551
commit
c534002253
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user