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

Ticket #10680 (closed defect: fixed)

Opened 7 months ago

Last modified 6 months ago

[PATCH][DOC][TINY] Capistrano doc fix: default file permissions used by Upload.process

Reported by: evolving_jerk Assigned to: minam
Priority: normal Milestone: 2.x
Component: Capistrano Version: edge
Severity: minor Keywords: patch, doc, tiny, capistrano
Cc:

Description

Capistrano doc says default file permissions used by Upload.process is 0660 but source code clearly states it is 0664. This tiny patch fixes this.

Attachments

capistrano-upload.rb-tiny-documentation-fix.diff (0.5 kB) - added by evolving_jerk on 01/03/08 07:28:51.
Tiny doc fix for Capistrano Upload.process method.

Change History

01/03/08 07:28:51 changed by evolving_jerk

  • attachment capistrano-upload.rb-tiny-documentation-fix.diff added.

Tiny doc fix for Capistrano Upload.process method.

01/03/08 07:31:17 changed by oleganza

+1. It works :-)

01/03/08 14:19:18 changed by lotswholetime

+1

01/31/08 05:01:23 changed by minam

  • status changed from new to closed.
  • resolution set to fixed.

(In [8760]) Fix documentation typo (closes #10680)