Skip to content

Commit c621736

Browse files
authored
Merge pull request apache#62 from mesosphere/shell-syntax
Fix bash syntax error
2 parents 8781f68 + 5ea050c commit c621736

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ check_env() {
1818
-o -z "$AWS_SECRET_ACCESS_KEY" \
1919
-o -z "$S3_BUCKET" \
2020
-o -z "$S3_PREFIX" \
21-
-o -z "$TEST_JAR_PATH"]; then
21+
-o -z "$TEST_JAR_PATH" ]; then
2222
echo "Missing required env. See check in ${BIN_DIR}/test.sh."
2323
env
2424
exit 1

0 commit comments

Comments
 (0)