aboutsummaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorBrandon Mathis <brandon@imathis.com>2013-08-23 14:07:42 -0500
committerBrandon Mathis <brandon@imathis.com>2013-08-23 14:07:42 -0500
commit77dc6a1ccf7ffb67ecbaecd9fd612ebdd7906d72 (patch)
treece560cb547137467e519743eadecc45c7ee3ba85 /Rakefile
parentb030e0c204ba10ca16a0895c2471860fcae3004f (diff)
downloadmy_new_personal_website-77dc6a1ccf7ffb67ecbaecd9fd612ebdd7906d72.tar.xz
my_new_personal_website-77dc6a1ccf7ffb67ecbaecd9fd612ebdd7906d72.zip
Fixed setup_github_pages success message. #1328
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index ce6ba4ad..402d2728 100644
--- a/Rakefile
+++ b/Rakefile
@@ -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)