Skip to content

Commit a6d01d9

Browse files
committed
fix casing in sln file
1 parent 2c4e61b commit a6d01d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/build.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ let environVarAsBoolOrDefault varName defaultValue =
3030
//-----------------------------------------------------------------------------
3131

3232
let productName = "FSharp.Control.WebSockets"
33-
let sln = __SOURCE_DIRECTORY__ </> ".." </> "FSharp.Control.WebSockets.sln"
33+
let sln = __SOURCE_DIRECTORY__ </> ".." </> "FSharp.Control.Websockets.sln"
3434

3535

3636
let srcCodeGlob =

0 commit comments

Comments
 (0)