Skip to content

Commit

Permalink
Merge pull request #1189 from sergey-tihon/patch-2
Browse files Browse the repository at this point in the history
Fixed typo in Squirrel docs
  • Loading branch information
forki committed Mar 28, 2016
2 parents 3b86d9c + e0dd0c7 commit 7f46524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/FakeLib/SquirrelHelper.fs
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ module internal ResultHandling =
/// ## Sample usage
///
/// Target "CreatePackage" (fun _ ->
/// SquirrelPack (fun p -> { p with WorkingDir = Some "./tmp" }) "./my.nuget"
/// SquirrelPack (fun p -> { p with WorkingDir = Some "./tmp" }) "./my.nupkg"
/// )
let SquirrelPack setParams nugetPackage =
traceStartTask "Squirrel" ""
Expand Down

0 comments on commit 7f46524

Please sign in to comment.