Skip to content

Commit fae7588

Browse files
authored
Merge pull request #2355 from rust-lang/tshepang-patch-1
copy-paste ease
2 parents e708dad + 2b4bd30 commit fae7588

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)