Skip to content

Commit 9eeadbf

Browse files
authored
copy-paste ease
1 parent 26a60d4 commit 9eeadbf

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)