From 51fb2bcc5acfc34fbed9d261ba6bb83b6b213914 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Wed, 19 Dec 2012 22:45:50 -0500 Subject: [PATCH] #866 - using 'raise' instead of 'puts' for the error --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index ba27727..d045047 100644 --- a/Rakefile +++ b/Rakefile @@ -328,7 +328,7 @@ multitask :push do if system "git push origin #{deploy_branch}" puts "\n## GitHub Pages deploy complete" else - puts "\n## Octopress could not push to your repository. Check your internet connection." + raise "\n## Octopress could not push to your repository. Check your internet connection." end end else