Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Changeset 7385

Show
Ignore:
Timestamp:
09/01/07 02:06:25 (10 months ago)
Author:
minam
Message:

set the variables using the correct syntax

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • tools/capistrano/lib/capistrano/recipes/deploy.rb

    r7378 r7385  
    4141_cset(:release_name)      { set :deploy_timestamped, true; Time.now.utc.strftime("%Y%m%d%H%M%S") } 
    4242 
    43 _cset(:version_dir)       "releases" 
    44 _cset(:shared_dir)        "shared" 
    45 _cset(:current_dir)       "current" 
     43_cset :version_dir,       "releases" 
     44_cset :shared_dir,        "shared" 
     45_cset :current_dir,       "current" 
    4646 
    4747_cset(:releases_path)     { File.join(deploy_to, version_dir) }