Skip to content

Commit

Permalink
Merge pull request #1021 from mastoj/master
Browse files Browse the repository at this point in the history
update octopus sample to reflect 3.3.0 package
  • Loading branch information
forki committed Nov 30, 2015
2 parents 9aa3d3f + e38036a commit 2dfd40f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions help/octopusdeploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ So once you have created a project you are able to create and push a release int

Octo (fun octoParams ->
{ octoParams with
ToolPath = "./packages/octopustools"
ToolPath = "./packages/octopustools/tools"
Server = server
Command = CreateRelease (release, None) }
)
Expand All @@ -61,7 +61,7 @@ This is often a good idea when you want your FAKE build script to continue on to

Octo (fun octoParams ->
{ octoParams with
ToolPath = "./packages/octopustools"
ToolPath = "./packages/octopustools/tools"
Server = server
Command = CreateRelease (release, Some deploy) }
)
Expand All @@ -83,7 +83,7 @@ Finally when you are absolutely happy that your release is good to go the next s

Octo (fun octoParams ->
{ octoParams with
ToolPath = "./packages/octopustools"
ToolPath = "./packages/octopustools/tools"
Server = server
Command = DeployRelease (promote) }
)
Expand Down

0 comments on commit 2dfd40f

Please sign in to comment.