Skip to content

Commit

Permalink
Merge pull request #125 from mexx/replace-project-name-in-docs
Browse files Browse the repository at this point in the history
replace FSharp.ProjectTemplate with provided project name
  • Loading branch information
fsgit committed Nov 29, 2014
2 parents 74a0465 + 1ba230d commit df99595
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion init.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,8 @@ let updateFiles =
seq { yield solutionFile
yield! filesToReplace <| localFile "src"
yield! filesToReplace <| localFile "nuget"
yield! filesToReplace <| localFile "tests" }
yield! filesToReplace <| localFile "tests"
yield! filesToReplace <| localFile "docs/content" }
|> Seq.map replaceContent
|> Seq.iter print

Expand Down

0 comments on commit df99595

Please sign in to comment.