Skip to content

Commit b7c027d

Browse files
committed
fix indentation
1 parent 751f95d commit b7c027d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

runTests.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ if ! which coffeelint ; then
88
fi
99

1010
if ! which nightwatch ; then
11-
echo "Nightwatch not installed globally. This is necessary for running tests"
11+
echo "Nightwatch not installed globally. This is necessary for running tests"
1212
echo "npm install nightwatch -g"
13-
exit 1
13+
exit 1
1414
fi
1515

1616
NIGHTWATCH_ENV=${NIGHTWATCH_ENV:-default}

0 commit comments

Comments
 (0)