Skip to content

Commit

Permalink
Merge pull request capistrano#217 from jacobat/spellfix
Browse files Browse the repository at this point in the history
Fix spellbug
  • Loading branch information
leehambley committed Jun 1, 2012
2 parents 195a9da + 96a16ad commit e82de1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/capistrano/recipes/deploy/assets.rb
Expand Up @@ -16,7 +16,7 @@
for the assets directory. Assets are shared across deploys to avoid \
mid-deploy mismatches between old application html asking for assets \
and getting a 404 file not found error. The assets cache is shared \
for efficiency. If you cutomize the assets path prefix, override the \
for efficiency. If you customize the assets path prefix, override the \
:assets_prefix variable to match.
DESC
task :symlink, :roles => assets_role, :except => { :no_release => true } do
Expand Down

0 comments on commit e82de1c

Please sign in to comment.