Skip to content

Commit

Permalink
Left off a 'do' on the example
Browse files Browse the repository at this point in the history
The Command Language example has a typo in it. Fixed.
  • Loading branch information
signedbyte committed Jan 9, 2014
1 parent e40a1ca commit 3b7bf01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2013-06-01-release-announcement.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ In Capistrano v3 this looks more like this:
# Capistrano 3.0.x
task :precompile do
on :sprockets_asset_host, reject: lambda { |h| h.properties.no_release } do
within fetch(:latest_release_directory)
within fetch(:latest_release_directory) do
with rails_env: fetch(:rails_env) do
execute :rake, 'assets:precompile'
end
Expand Down

0 comments on commit 3b7bf01

Please sign in to comment.