diff options
author | Brandon Mathis <brandon@imathis.com> | 2013-08-23 14:07:42 -0500 |
---|---|---|
committer | Brandon Mathis <brandon@imathis.com> | 2013-08-23 14:07:42 -0500 |
commit | 77dc6a1ccf7ffb67ecbaecd9fd612ebdd7906d72 (patch) | |
tree | ce560cb547137467e519743eadecc45c7ee3ba85 | |
parent | b030e0c204ba10ca16a0895c2471860fcae3004f (diff) | |
download | my_new_personal_website-77dc6a1ccf7ffb67ecbaecd9fd612ebdd7906d72.tar.xz my_new_personal_website-77dc6a1ccf7ffb67ecbaecd9fd612ebdd7906d72.zip |
Fixed setup_github_pages success message. #1328
Diffstat (limited to '')
-rw-r--r-- | Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |