Fixed setup_github_pages success message. #1328

This commit is contained in:
Brandon Mathis 2013-08-23 14:07:42 -05:00
parent b030e0c204
commit 77dc6a1ccf

View File

@ -358,7 +358,7 @@ task :setup_github_pages, :repo do |t, args|
f.write rakefile
end
end
puts "\n---\n## Now you can deploy to #{url} with `rake deploy` ##"
puts "\n---\n## Now you can deploy to #{repo_url} with `rake deploy` ##"
end
def ok_failed(condition)