fix: sd correct file in release-prep for badges

This commit is contained in:
Joe Previte 2021-04-08 11:15:17 -07:00
parent 3a49299f84
commit e5ed927d51
No known key found for this signature in database
GPG Key ID: 2C91590C6B742C24
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ main() {
# Updates the Lines badge in the README
$CMD yarn badges
# Updates the svg to be green for the badge
$CMD sd "red.svg" "green.svg" ../../README.md
$CMD sd "red.svg" "green.svg" ./README.md
$CMD git commit -am "chore(release): bump version to $CODE_SERVER_VERSION_TO_UPDATE"