Skip to content

Commit

Permalink
fix FSharp.Formatting casing
Browse files Browse the repository at this point in the history
  • Loading branch information
et1975 committed Jun 5, 2020
1 parent 11bf6a1 commit a1a5045
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 @@ -234,7 +234,7 @@ let generateDocs _ =
Source = "docs/content"
OutputDirectory = docs_out
LayoutRoots = [ "docs/tools/templates"
".fake/build.fsx/packages/fsharp.formatting/templates" ]
".fake/build.fsx/packages/FSharp.Formatting/templates" ]
ProjectParameters = ("root", docsHome)::info
Template = "docpage.cshtml" } )
!!"**/*"
Expand Down

0 comments on commit a1a5045

Please sign in to comment.