fix: destroy --base -y fails with 'target is required' (issue #183) #184

Merged
shoko merged 1 commits from fix/issue-183-destroy-base-requires-target into main 2026-04-06 06:16:30 +02:00

1 Commits

Author SHA1 Message Date
shokollm
836fde07fc fix: destroy --base -y fails with 'target is required' (issue #183)
Removed erroneous code that set target="" when target="--base".
This caused the early exit at 'if [ -z "$target" ]' to trigger
before reaching the actual --base handling at line 517.
2026-04-06 04:14:03 +00:00