mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
Fix spellbug
This commit is contained in:
parent
195a9da5fa
commit
96a16ad3ca
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue