From 3a5d8f1deddacecd0ae80ca6b822a718764ccdba Mon Sep 17 00:00:00 2001 From: mustard Date: Mon, 20 Oct 2025 17:21:37 +0200 Subject: [PATCH] debug: pushd dir for guardian --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6c5ddd6..56a373b 100644 --- a/Makefile +++ b/Makefile @@ -57,7 +57,7 @@ pull/%: apply: echo "Applying salt states" - pushd ./guardian + pushd guardian sudo qubesctl top.enable guardian sudo qubesctl --show-output --all state.apply popd