8000 Merge pull request #1627 from lupino3/patch-1 · leoniDEV/libgit2sharp@584cd09 · GitHub
[go: up one dir, main page]

Skip to content

Commit 584cd09

Browse files
authored
Merge pull request libgit2#1627 from lupino3/patch-1
Fix name of bootstrap script in CONTRIBUTING.md

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