mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-11-15 01:28:17 -07:00
ci: fix regex in update_version_in_docs.bash
script (#1427)
Co-authored-by: James Hegedus <jthegedus@hey.com>
This commit is contained in:
parent
1b62f4a638
commit
b195d31faa
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user