Skip to content

Commit 90e9f04

Browse files
authored
fix name of build script (getsentry#2446)
1 parent fbf463e commit 90e9f04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ For big feature it's advised to raise an issue to discuss it first.
99
* Install PowerShell
1010
* Restore workloads with `dotnet workload restore` (needs `sudo` on a Mac)
1111
* To quickly get up and running, you can just run `dotnet build Sentry.sln`
12-
* To run a full build in Release mode and test, before pushing, run `./build.sh` or `./buld.cmd`
12+
* To run a full build in Release mode and test, before pushing, run `./build.sh` or `./build.cmd`
1313

1414
## Dependencies
1515

0 commit comments

Comments
 (0)