Don't send git clone to /dev/null
This commit is contained in:
parent
908ef3efa5
commit
1cf7e1dcaf
@ -54,7 +54,7 @@ usage: sandbox [-h] {create,rename,destroy,enable,disable,list} ..
|
||||
|
||||
if [[ -n "$repo" ]]; then
|
||||
mkdir -p $SANDBOX_ROOT &> /dev/null
|
||||
git clone $repo $sandbox &> /dev/null
|
||||
git clone $repo $sandbox
|
||||
cd $sandbox
|
||||
else
|
||||
mkdir -p $sandbox &> /dev/null
|
||||
|
Loading…
x
Reference in New Issue
Block a user