Skip to content

Commit

Permalink
Merge pull request leehambley#5 from tcopeland/master
Browse files Browse the repository at this point in the history
Another very minor tweak :-)
  • Loading branch information
leehambley committed Jun 3, 2011
2 parents 2fa2a3c + d368ecb commit 7b14d45
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions index.markdown
Expand Up @@ -230,7 +230,7 @@ As this is considered to be a feature, not a limitation of Capistrano; there is

after (:deploy, "notifier:email_the_boss")

Note the different arguments, essentially it doesn't matter how you send these, strings, symbols or otherwise, they are automagically red through to ascertain what you intended, I could just have easily have written:
Note the different arguments, essentially it doesn't matter how you send these, strings, symbols or otherwise, they are automagically read through to ascertain what you intended, I could just have easily have written:

after ('deploy', "notifier:email_the_boss")

Expand Down Expand Up @@ -420,4 +420,5 @@ However, as the `deploy_to` variable isn't used until further through the deploy

This prompt won't be displayed until the variable is actually required, which of course depending on the configuration of your callbacks, may be never at all, this is a very valuable feature that can help ensure your low-level staff or colleagues don't have access to sensitive passwords for production environments that you may wish to keep a secret.

**Note:** The curly-brace, and do..end syntaxes are purely a matter of taste and readability, choose whichever suits you better, this is Ruby syntax sugar, and you may use it as you please.
**Note:** The curly-brace, and do..end syntaxes are purely a matter of taste and readability, choose whichever suits you better, this is Ruby syntax sugar, and you may use it as you please.

0 comments on commit 7b14d45

Please sign in to comment.