8000 Fix name of bootstrap script in CONTRIBUTING.md · leoniDEV/libgit2sharp@6e97b66 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6e97b66

Browse files
authored
Fix name of bootstrap script in CONTRIBUTING.md
1 parent 0a9c84d commit 6e97b66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ But first things first...
1515
* Make sure you fill in the earliest version that you know has the issue.
1616
* Fork the repository on GitHub, then clone it using your favorite Git client.
1717
* Make sure the project builds and all tests pass on your machine by running
18-
the `build.libgit2sharp.cmd` script on Windows or `build.libgit2sharp.sh` on Linux/Mac.
18+
the `buildandtest.cmd` script on Windows or `buildandtest.sh` on Linux/Mac.
1919

2020
## LibGit2
2121

@@ -48,4 +48,4 @@ Some things that will increase the chance that your pull request is accepted.
4848
# Additional Resources
4949

5050
* [General GitHub documentation](http://help.github.com/)
51-
* [GitHub pull request documentation](https://help.github.com/articles/using-pull-requests/)
51+
* [GitHub pull request documentation](https://help.github.com/articles/using-pull-requests/)

0 commit comments

Comments
 (0)
0