From 77dc6a1ccf7ffb67ecbaecd9fd612ebdd7906d72 Mon Sep 17 00:00:00 2001
From: Brandon Mathis <brandon@imathis.com>
Date: Fri, 23 Aug 2013 14:07:42 -0500
Subject: Fixed setup_github_pages success message. #1328

---
 Rakefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'Rakefile')

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)
-- 
cgit v1.2.1