diff --git a/ci/ci-box-bats.sh b/ci/ci-box-bats.sh index 52495eda..27a6693a 100755 --- a/ci/ci-box-bats.sh +++ b/ci/ci-box-bats.sh @@ -9,8 +9,7 @@ export RBENV_VERSION=1.9.3-p547 CUD=$(pwd) export TMPDIR=$CUD -cleanup() -{ +cleanup() { cd $CUD vagrant destroy local -f }