Skip to content

Commit e29cb26

Browse files
authored
Merge pull request #293 from ehuss/fix-typo
Fix typo in windows-scripting documentation.
2 parents 7ed290b + 98bdd31 commit e29cb26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guide/src/examples/windows-scripting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ cargo check 2>&1 | grep E0642
5252
This can be run with:
5353

5454
```sh
55-
cargo-bisect-rustc --script "C:\\Program Files\\Git\\user\\bin\\bash.exe" -- ./test.sh
55+
cargo-bisect-rustc --script "C:\\Program Files\\Git\\usr\\bin\\bash.exe" -- ./test.sh
5656
```
5757

5858
This also works if you have bash from something like msys2 installed.

0 commit comments

Comments
 (0)