Skip to content

Commit

Permalink
Fix typos in RestorePackageHelper.fs
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthIste authored Jan 16, 2017
1 parent 57c9057 commit ac1fd78
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/app/FakeLib/RestorePackageHelper.fs
Original file line number Diff line number Diff line change
Expand Up @@ -134,10 +134,10 @@ let RestorePackageId setParams packageId =
/// ## Sample
///
/// Target "RestorePackages" (fun _ ->
/// "./scr/ProjectA/packages.config"
/// "./src/ProjectA/packages.config"
/// |> RestorePackage (fun p ->
/// { p with
/// Sources = "http:://myNugetSources.com" :: p.Sources
/// Sources = "http://myNugetSources.com" :: p.Sources
/// OutputPath = outputDir
/// Retries = 4 })
/// )
Expand Down Expand Up @@ -167,10 +167,10 @@ let RestorePackages() =
/// ## Sample
///
/// Target "RestorePackages" (fun _ ->
/// "./scr/Everything.sln"
/// "./src/Everything.sln"
/// |> RestoreMSSolutionPackages (fun p ->
/// { p with
/// Sources = "http:://myNugetSources.com" :: p.Sources
/// Sources = "http://myNugetSources.com" :: p.Sources
/// OutputPath = outputDir
/// Retries = 4 })
/// )
Expand Down

0 comments on commit ac1fd78

Please sign in to comment.