Skip to content

Commit

Permalink
ci: fix regex in update_version_in_docs.bash script (#1427)
Browse files Browse the repository at this point in the history
Co-authored-by: James Hegedus <[email protected]>
  • Loading branch information
elebow and jthegedus authored Jan 13, 2023
1 parent 1b62f4a commit b195d31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/update_version_in_docs.bash
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
set -euo pipefail

version=$(cat version.txt)
sed -i "s/\(git clone.*--branch \).*\(\`.*|\)/\1v$version\2/" docs/guide/getting-started.md
sed -i "s/\(git clone.*--branch \).*/\1v$version/" docs/guide/getting-started.md

0 comments on commit b195d31

Please sign in to comment.