Skip to content

Commit b1fd51e

Browse files
committed
Fix recent change to build script
1 parent 518c8c2 commit b1fd51e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.cake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ if (IsRunningOnUnix()) target = "Run-Unit-Tests";
2626
// GLOBAL VARIABLES
2727
///////////////////////////////////////////////////////////////////////////////
2828

29-
var libraryName = "Http-Multipart-Data-Parser";
29+
var libraryName = "HttpMultipartParser";
3030
var gitHubRepo = "Http-Multipart-Data-Parser";
3131

3232
var nuGetApiUrl = Argument<string>("NUGET_API_URL", EnvironmentVariable("NUGET_API_URL"));

0 commit comments

Comments
 (0)