Skip to content
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.

Commit

Permalink
Fix syntax error in ci/ci-box-bats.sh
Browse files Browse the repository at this point in the history
With the newline in place the function is executed prematurely.

Signed-off-by: Kris Hicks <[email protected]>
  • Loading branch information
Andrei Dinin committed Sep 3, 2014
1 parent bd52f21 commit e28e7e3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ci/ci-box-bats.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ export RBENV_VERSION=1.9.3-p547
CUD=$(pwd)
export TMPDIR=$CUD

cleanup()
{
cleanup() {
cd $CUD
vagrant destroy local -f
}
Expand Down

0 comments on commit e28e7e3

Please sign in to comment.