Fix sandbox create (but how did it break?!?)
This commit is contained in:
parent
eae2e82bdb
commit
29b232527a
@ -36,7 +36,7 @@ usage: sandbox [-h] {create,rename,destroy,enable,disable,list} ..
|
||||
if [ "$git" = true ]; then
|
||||
local repo=$arg
|
||||
git=false
|
||||
elif [[ -n "$name" ]]; then
|
||||
elif [[ -z "$name" ]]; then
|
||||
error "invalid argument $arg\n$usage" && return 1
|
||||
else
|
||||
local name=$arg
|
||||
|
Loading…
x
Reference in New Issue
Block a user