Skip to content

Commit a3e7c7f

Browse files
committed
fix info by shfmt
1 parent 3b9fa03 commit a3e7c7f

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)