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