Skip to content

Commit 33ff473

Browse files
committed
Fix style
1 parent e73a637 commit 33ff473

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/release/release_rc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ cd "${SOURCE_TOP_DIR}"
4141
if [ "${RELEASE_PULL}" -gt 0 ] || [ "${RELEASE_PUSH_TAG}" -gt 0 ]; then
4242
git_origin_url="$(git remote get-url origin)"
4343
case "${git_origin_url}" in
44-
git@github.com:apache/arrow-java.git|https://github.com/apache/arrow-java.git)
44+
git@github.com:apache/arrow-java.git | https://github.com/apache/arrow-java.git)
4545
: # OK
4646
;;
4747
*)

0 commit comments

Comments
 (0)