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

Changeset 8760

Show
Ignore:
Timestamp:
01/31/08 05:01:20 (5 months ago)
Author:
minam
Message:

Fix documentation typo (closes #10680)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • tools/capistrano/CHANGELOG

    r8759 r8760  
    11*SVN* 
     2 
     3* Fix documentation typo in upload.rb [evolving_jerk] 
    24 
    35* Added test case to show that the :scm_command is honored by the git SCM module [grempe] 
  • tools/capistrano/lib/capistrano/upload.rb

    r8750 r8760  
    4949    # * data: required. Should refer to a String containing the contents of 
    5050    #   the file to upload. 
    51     # * mode: optional. The "mode" of the destination file. Defaults to 0660
     51    # * mode: optional. The "mode" of the destination file. Defaults to 0664
    5252    # * logger: optional. Should point to a Capistrano::Logger instance, if 
    5353    #   given.