Skip to content

Commit

Permalink
Merge pull request #469 from jamescrowley/patch-2
Browse files Browse the repository at this point in the history
Fix example for ReleaseAndDeploy with Octopus
  • Loading branch information
forki committed Jun 15, 2014
2 parents ebed663 + bc25b10 commit 41816e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion help/octopusdeploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ This is often a good idea when you want your FAKE build script to continue on to
{ octoParams with
ToolPath = "./packages/octopustools"
Server = server
Command = CreateRelease (release, deploy) }
Command = CreateRelease (release, Some deploy) }
)
)

Expand Down

0 comments on commit 41816e0

Please sign in to comment.