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

Commit e28e7e3

Browse files
author
Andrei Dinin
committed
Fix syntax error in ci/ci-box-bats.sh
With the newline in place the function is executed prematurely. Signed-off-by: Kris Hicks <krishicks@gmail.com>
1 parent bd52f21 commit e28e7e3

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

ci/ci-box-bats.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ export RBENV_VERSION=1.9.3-p547
99
CUD=$(pwd)
1010
export TMPDIR=$CUD
1111

12-
cleanup()
13-
{
12+
cleanup() {
1413
cd $CUD
1514
vagrant destroy local -f
1615
}

0 commit comments

Comments
 (0)