Skip to content

Commit d1afde2

Browse files
authored
Merge pull request #4759 from RalfJung/contrib
gitconfig is not a toml file
2 parents a4777e4 + 82118ff commit d1afde2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/miri/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ you need to pull rustc changes into Miri first, and then re-do the rustc push.
351351
If this fails due to authentication problems, it can help to make josh push via ssh instead of
352352
https. Add the following to your `.gitconfig`:
353353

354-
```toml
354+
```text
355355
[url "git@github.com:"]
356356
pushInsteadOf = https://github.com/
357357
```

0 commit comments

Comments
 (0)