Compare commits

..

4 Commits

+1 -1
View File
@@ -523,7 +523,7 @@ cmd_destroy() {
local target="${1:-}"
local force=false
if [ "$2" = "-y" ]; then
if [ "${2:-}" = "-y" ]; then
force=true
fi