Skip to content

Commit

Permalink
Fix bug in utils-prepare.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
amoeba committed Oct 31, 2024
1 parent 682781e commit 73682d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/release/utils-prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ update_versions() {

pushd "${ARROW_COOKBOOK_DIR}/cpp"
sed -i.bak -E \
-e "s/libarrow==${base_version}/libarrow==${next_version}/" \
-e "s/libarrow(-?[a-z]*)==${base_version}/libarrow\1==${next_version}/" \
-e "s/pyarrow==${base_version}/pyarrow==${next_version}/" \
environment.yml
rm -f environment.yml.bak
Expand Down

0 comments on commit 73682d4

Please sign in to comment.