Skip to content

Commit 211d33a

Browse files
josephperrottkara
authored andcommitted
build: fix deprecation notice in scripts/github/merge-pr script (angular#37208)
The deprecation notice for the merge-pr script errantly referenced 'ng dev' rather than 'ng-dev', this PR corrects this. PR Close angular#37208
1 parent 383f04b commit 211d33a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/github/merge-pr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ favor of using ng-dev.
2222
2323
To merge a pr using the new tooling run:
2424
25-
$ yarn -s ng dev pr merge <pr-number>
25+
$ yarn -s ng-dev pr merge <pr-number>
2626
2727
################################################"
2828
# Sleep a short time to highlight deprecate notice.

0 commit comments

Comments
 (0)