Skip to content

Commit e40391a

Browse files
authored
Merge pull request rust-lang#2355 from rust-lang/tshepang-patch-1
copy-paste ease
2 parents 26a60d4 + 9eeadbf commit e40391a

File tree

1 file changed

+1
-1
lines changed
  • src/doc/rustc-dev-guide/src

1 file changed

+1
-1
lines changed

src/doc/rustc-dev-guide/src/git.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@ fatal: Fetched in submodule path 'src/llvm-project', but it did not contain 5a51
598598
If you see `(new commits, modified content)` you can run
599599

600600
```console
601-
$ git submodule foreach git reset --hard
601+
git submodule foreach git reset --hard
602602
```
603603

604604
and then try `git submodule update` again.

0 commit comments

Comments
 (0)