Skip to content

Commit 145219a

Browse files
committed
Auto merge of #11894 - weihanglo:contrib, r=ehuss
doc(contrib): missing quotation mark Add missing quotation marks.
2 parents 4769ace + 89ccd42 commit 145219a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/doc/contrib/src/process/release.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ subup --up-branch update-cargo \
4646
--commit-message "Update cargo" \
4747
--test="src/tools/linkchecker tidy \
4848
src/tools/cargo \
49-
src/tools/rustfmt \
49+
src/tools/rustfmt" \
5050
src/tools/cargo
5151
```
5252

@@ -59,7 +59,7 @@ subup --up-branch update-beta-cargo \
5959
--commit-message "[beta] Update cargo" \
6060
--test="src/tools/linkchecker tidy \
6161
src/tools/cargo \
62-
src/tools/rustfmt \
62+
src/tools/rustfmt" \
6363
rust-1.66.0:src/tools/cargo
6464
```
6565

0 commit comments

Comments
 (0)