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

Ticket #10819 (closed defect: fixed)

Opened 6 months ago

Last modified 5 months ago

[PATCH][DOCS][TINY] capistrano deploy.rb: doc s/cap setup/cap deploy:setup/

Reported by: rajeshduggal Assigned to: minam
Priority: low Milestone: 2.x
Component: Capistrano Version: edge
Severity: minor Keywords: docs tiny
Cc:

Description

The deploy.rb setup DESC says: cap HOSTS=new.server.com setup but it should say: cap HOSTS=new.server.com deploy:setup

Attachments

deploy_setup_task_doc_needs_namespace_docfix.diff (0.9 kB) - added by rajeshduggal on 01/15/08 23:07:25.

Change History

01/15/08 23:07:25 changed by rajeshduggal

  • attachment deploy_setup_task_doc_needs_namespace_docfix.diff added.

01/15/08 23:09:05 changed by rajeshduggal

  • keywords changed from docs to docs tiny.

01/15/08 23:10:04 changed by rajeshduggal

  • type changed from enhancement to defect.

02/21/08 04:40:29 changed by minam

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

(In [8919]) Fix incorrect reference to the 'setup' task (closes #10819)