mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-11-15 09:38:16 -07:00
Correct escaping in command in release.sh.
This commit is contained in:
parent
2e3dd6d2d3
commit
a4986bb0cf
@ -89,7 +89,7 @@ if ! git diff-index --cached --exit-code -r --ignore-submodules HEAD -- >&2; the
|
||||
fi
|
||||
|
||||
# Update version in README
|
||||
sed -i.bak "s|^\(git clone.*--branch \).*$|\1$new_tag_name|" README.md
|
||||
sed -i.bak "s|^\\(git clone.*--branch \\).*$|\1$new_tag_name|" README.md
|
||||
rm README.md.bak
|
||||
|
||||
# Update version in the VERSION file
|
||||
|
Loading…
Reference in New Issue
Block a user