Skip to content

Commit

Permalink
fix build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Jimmy Byrd committed May 25, 2020
1 parent 81f72cb commit d315af0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ let docsSrcDir = __SOURCE_DIRECTORY__ @@ "docsSrc"
let docsToolDir = __SOURCE_DIRECTORY__ @@ "docsTool"

let gitOwner = "BinaryDefense"
let gitRepoName = "BinaryDefense.JsonWrapper"
let gitRepoName = "JsonWrapper"

let gitHubRepoUrl = sprintf "https://github.com/%s/%s" gitOwner gitRepoName

Expand Down

0 comments on commit d315af0

Please sign in to comment.