Skip to content

Commit

Permalink
Merge pull request #1451 from AnthIste/patch-1
Browse files Browse the repository at this point in the history
Fix typos in RestorePackageHelper.fs
  • Loading branch information
forki authored Jan 16, 2017
2 parents 57c9057 + ac1fd78 commit 4eba8e7
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 4eba8e7

Please sign in to comment.