1
0
Fork 0
mirror of https://github.com/capistrano/capistrano synced 2023-03-27 23:21:18 -04:00

Merge pull request #217 from jacobat/spellfix

Fix spellbug
This commit is contained in:
Lee Hambley 2012-06-01 05:03:10 -07:00
commit e82de1c6be

View file

@ -16,7 +16,7 @@ namespace :deploy do
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