Skip to content

Commit

Permalink
apacheGH-43284: [Release] Fix variable name on post-12-bump-versions.…
Browse files Browse the repository at this point in the history
…sh script
  • Loading branch information
raulcd committed Jul 17, 2024
1 parent c66b3f1 commit 9eb3d40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/release/post-12-bump-versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ if [ ${BUMP_VERSION_POST_TAG} -gt 0 ]; then
fi

if [ ${BUMP_DEB_PACKAGE_NAMES} -gt 0 ] && \
[ "${next_version}" != "$(current_version)" ]; then
[ "${next_version}" != "${version}" ]; then
update_deb_package_names "${version}" "${next_version}"
fi

Expand Down

0 comments on commit 9eb3d40

Please sign in to comment.