From d5b25eca084760a0b67e2246a6131bd07103fb1c Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Tue, 2 Apr 2024 10:16:32 +0200 Subject: Remove unused var from zap subcommand --- lib/subcommands/zap.bash | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/subcommands/zap.bash b/lib/subcommands/zap.bash index 6864a33..dcefffd 100644 --- a/lib/subcommands/zap.bash +++ b/lib/subcommands/zap.bash @@ -7,7 +7,6 @@ subcommand() { local buffer - local playbook_base local playbook_registry export BASHTARD_PLAYBOOK="$1" ; shift @@ -18,7 +17,6 @@ subcommand() return fi - playbook_base="$(playbook_path "base")" playbook_registry="$BASHTARD_ETCDIR/registry.d/${BASHTARD_PLATFORM[fqdn]}" # Make sure we only run add if the playbook is not in the registry yet -- cgit v1.1