Skip to content

Commit db3a13b

Browse files
committed
chore: fix script
1 parent 977c579 commit db3a13b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/dev/update-vscode.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ main() {
4747

4848
echo "Opening a draft PR on GitHub"
4949
# To read about these flags, visit the docs: https://cli.github.com/manual/gh_pr_create
50-
gh pr create --base master --title "feat(vscode): update to version $VSCODE_VERSION_TO_UPDATE" --body "This PR updates `/lib/vscode` to version: $VSCODE_VERSION_TO_UPDATE" --reviewer @cdr/code-server-reviewers --repo cdr/code-server --draft
50+
gh pr create --base master --title "feat(vscode): update to version $VSCODE_VERSION_TO_UPDATE" --body "This PR updates vscode to version: $VSCODE_VERSION_TO_UPDATE" --reviewer @cdr/code-server-reviewers --repo cdr/code-server --draft
5151

5252

5353
echo "Going to try to update vscode for you..."

0 commit comments

Comments
 (0)