Skip to content

Commit 5cb9378

Browse files
committed
Fix variable name
1 parent 51b9c05 commit 5cb9378

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dev/release/03-binary-submit.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ version_with_rc="${version}-rc${rc}"
3434
crossbow_job_prefix="release-${version_with_rc}"
3535
release_tag="apache-arrow-${version}-rc${rc}"
3636
rc_branch="release-${version_with_rc}"
37-
maint-branch="maint-${version}"
37+
maint_branch="maint-${version}"
3838

3939
: ${ARROW_REPOSITORY:="apache/arrow"}
4040
: ${ARROW_BRANCH:=${release_tag}}

0 commit comments

Comments
 (0)