Skip to content

Commit

Permalink
use String instead of Symbol for 'branch' default
Browse files Browse the repository at this point in the history
See #1499
  • Loading branch information
griley committed Oct 1, 2015
1 parent 45e851b commit da8da9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/capistrano/defaults.rb
Expand Up @@ -8,7 +8,7 @@
end

set_if_empty :scm, :git
set_if_empty :branch, :master
set_if_empty :branch, 'master'
set_if_empty :deploy_to, -> { "/var/www/#{fetch(:application)}" }
set_if_empty :tmp_dir, "/tmp"

Expand Down

0 comments on commit da8da9d

Please sign in to comment.