From c5340022536074e480ba51638646a793b032d070 Mon Sep 17 00:00:00 2001 From: Ben Grande Date: Wed, 18 Jun 2025 19:11:20 +0200 Subject: [PATCH] fix: remove extraneous parentheses Fixes: https://github.com/ben-grande/qusal/issues/134 --- copy-all.sls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/copy-all.sls b/copy-all.sls index 9ef3659..020a287 100644 --- a/copy-all.sls +++ b/copy-all.sls @@ -5,7 +5,7 @@ SPDX-FileCopyrightText: 2024 seven-beep 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