From 4c7b9cb953ba1f38d1efcce562ecaed6a2512366 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Thu, 2 May 2013 22:19:01 +0200 Subject: [PATCH] #583 has been merged, but should wait for #860. --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 3b41504f..a27af697 100644 --- a/Rakefile +++ b/Rakefile @@ -112,7 +112,7 @@ namespace :site do desc "Commit the local site to the gh-pages branch and publish to GitHub Pages" task :publish do # Failsafe. Remove this once it has been done. - puts "Make sure to merge #583 into gh-pages before deploying." + puts "Make sure to merge #860 into gh-pages before deploying." exit(1) # Ensure the gh-pages dir exists so we can generate into it.