aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2024-04-02 10:16:32 +0200
committerPatrick Spek <p.spek@tyil.nl>2024-04-02 10:16:32 +0200
commitd5b25eca084760a0b67e2246a6131bd07103fb1c (patch)
tree2411829919a169125c8abaac0e99589cee4a7828
parent8e7272c375b6d591ab1ab35c47c2c145fe7495c0 (diff)
Remove unused var from zap subcommand
-rw-r--r--lib/subcommands/zap.bash2
1 files changed, 0 insertions, 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