aboutsummaryrefslogtreecommitdiff
path: root/lib/subcommands/zap.bash
diff options
context:
space:
mode:
Diffstat (limited to 'lib/subcommands/zap.bash')
-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