We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e73a637 commit 33ff473Copy full SHA for 33ff473
dev/release/release_rc.sh
@@ -41,7 +41,7 @@ cd "${SOURCE_TOP_DIR}"
41
if [ "${RELEASE_PULL}" -gt 0 ] || [ "${RELEASE_PUSH_TAG}" -gt 0 ]; then
42
git_origin_url="$(git remote get-url origin)"
43
case "${git_origin_url}" in
44
- git@github.com:apache/arrow-java.git|https://github.com/apache/arrow-java.git)
+ git@github.com:apache/arrow-java.git | https://github.com/apache/arrow-java.git)
45
: # OK
46
;;
47
*)
0 commit comments