Skip to content

Commit

Permalink
add missing "do", fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
groe committed May 14, 2012
1 parent d988998 commit 49afd26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.markdown
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ The convention here would appear to be, when using a single word namespace, or t
There are both [before](), and [after]() callbacks that you can use, and there is nothing to stop you interfering with the execution of any method that calls another, take for example that at the time of writing the implementation of `deploy:default` might look something like this: There are both [before](), and [after]() callbacks that you can use, and there is nothing to stop you interfering with the execution of any method that calls another, take for example that at the time of writing the implementation of `deploy:default` might look something like this:


namespace :deploy do namespace :deploy do
task :default task :default do
update update
update_code update_code
strategy.deploy! strategy.deploy!
Expand Down

0 comments on commit 49afd26

Please sign in to comment.