Skip to content

Commit

Permalink
Merge pull request #13 from natedavisolds/patch-1
Browse files Browse the repository at this point in the history
Typo "they syntax" to "the syntax"
  • Loading branch information
leehambley committed Aug 17, 2012
2 parents 96290a9 + b64294b commit 0c4bca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.markdown
Expand Up @@ -177,7 +177,7 @@ Namespaces have an implicit `default` task called if you address the namespace a


$ cap backup $ cap backup


It is important to note here that when calling tasks from within tasks, unlike with `rake` where they syntax might be something like `Rake::Tasks['backup:db'].invoke`, with Capistrano you simply name the task as if it were any other ruby method. It is important to note here that when calling tasks from within tasks, unlike with `rake` where the syntax might be something like `Rake::Tasks['backup:db'].invoke`, with Capistrano you simply name the task as if it were any other ruby method.


When calling tasks cross-namespace, or for readability you can (and often should) prefix the task call with the namespace in which the task resides, for example: When calling tasks cross-namespace, or for readability you can (and often should) prefix the task call with the namespace in which the task resides, for example:


Expand Down

0 comments on commit 0c4bca7

Please sign in to comment.