Skip to content

Commit

Permalink
Merge pull request capistrano#1121 from mattbrictson/patch-2
Browse files Browse the repository at this point in the history
Fix typo in default deploy_to comment
  • Loading branch information
leehambley committed Aug 25, 2014
2 parents e63eda7 + 166bbbf commit 4793edb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/capistrano/templates/deploy.rb.erb
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ set :repo_url, '[email protected]:me/my_repo.git'
# Default branch is :master
# ask :branch, proc { `git rev-parse --abbrev-ref HEAD`.chomp }.call

# Default deploy_to directory is /var/www/my_app
# set :deploy_to, '/var/www/my_app'
# Default deploy_to directory is /var/www/my_app_name
# set :deploy_to, '/var/www/my_app_name'

# Default value for :scm is :git
# set :scm, :git
Expand Down

0 comments on commit 4793edb

Please sign in to comment.