Skip to content

Commit

Permalink
Fix regular expression
Browse files Browse the repository at this point in the history
  • Loading branch information
nealrichardson committed Sep 20, 2019
1 parent 34af2a9 commit 6d00fe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/release/00-prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ update_versions() {
rm -f PKGBUILD.bak
git add PKGBUILD
sed -i.bak -E -e \
"s/^ url .+(arrow-[0-9.]+[0-9]+)/arrow-${r_version}/g" \
"s/arrow-[0-9.]+[0-9]+/arrow-${r_version}/g" \
apache-arrow.rb
rm -f apache-arrow.rb.bak
git add apache-arrow.rb
Expand Down

0 comments on commit 6d00fe4

Please sign in to comment.