Skip to content

Commit

Permalink
Fix some incorrect documentation
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.rubyonrails.org/rails/tools/capistrano@8996 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
  • Loading branch information
jamis committed Mar 8, 2008
1 parent d9812c4 commit dcee6b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/capistrano/recipes/deploy/strategy/copy.rb
Expand Up @@ -23,7 +23,7 @@ module Strategy
# deploys will just resync that copy, rather than doing an entirely new # deploys will just resync that copy, rather than doing an entirely new
# checkout. Additionally, you can specify file patterns to exclude from # checkout. Additionally, you can specify file patterns to exclude from
# the copy when using :copy_cache; just set the :copy_exclude variable # the copy when using :copy_cache; just set the :copy_exclude variable
# to an array of file globs or regexps. # to a file glob (or an array of globs).
# #
# set :copy_cache, true # set :copy_cache, true
# set :copy_exclude, ".git/*" # set :copy_exclude, ".git/*"
Expand Down

0 comments on commit dcee6b3

Please sign in to comment.