Skip to content

Commit 9ab7b34

Browse files
committed
fix info by shfmt
1 parent cf79800 commit 9ab7b34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/scripts/java_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ fi
4343
if [ "${#projects[@]}" -gt 0 ]; then
4444
${mvn} clean test \
4545
-Parrow-jni \
46-
-pl "$(IFS=,; echo \"${projects[*]}\")" \
46+
-pl "$(IFS=,; echo \""${projects[*]}"\")" \
4747
-Darrow.cpp.build.dir="${java_jni_dist_dir}"
4848
fi
4949

0 commit comments

Comments
 (0)