1
0
Fork 0
mirror of https://github.com/capistrano/capistrano synced 2023-03-27 23:21:18 -04:00

Fix documentation typo (closes #10680)

git-svn-id: http://svn.rubyonrails.org/rails/tools/capistrano@8760 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
Jamis Buck 2008-01-31 05:01:20 +00:00
parent 5f2e2788a1
commit 9ca248bb3e
2 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,7 @@
*SVN*
* Fix documentation typo in upload.rb [evolving_jerk]
* Added test case to show that the :scm_command is honored by the git SCM module [grempe]
* Fail gracefully when double-colons are used to delimit namespaces [richie]

View file

@ -48,7 +48,7 @@ module Capistrano
#
# * data: required. Should refer to a String containing the contents of
# the file to upload.
# * mode: optional. The "mode" of the destination file. Defaults to 0660.
# * mode: optional. The "mode" of the destination file. Defaults to 0664.
# * logger: optional. Should point to a Capistrano::Logger instance, if
# given.
def initialize(sessions, filename, options)