Fixed spacing and wording on rake setup_github_pages task feedback

This commit is contained in:
Brandon Mathis 2013-03-18 01:14:23 -05:00
parent 56660dea6b
commit fa105ce68d

View File

@ -508,7 +508,6 @@ task :setup_github_pages, :repo do |t, args|
puts "\nYour deployment configuration (_config/deploy.yml) has been updated to:"
deploy_config_msg = <<-EOF
deploy_default: push
deploy_branch: #{branch}
EOF
@ -531,7 +530,7 @@ EOF
current_url = site_configuration[:url]
if cname != current_short_url
puts "Your CNAME points to #{cname} but your _config/site.yml is setting the url to #{current_short_url}".red
puts "If you need it, get help here: https://help.github.com/articles/setting-up-a-custom-domain-with-pages"
puts "If you need help, get it here: https://help.github.com/articles/setting-up-a-custom-domain-with-pages"
else
url = cname
end