mirror of
https://github.com/moparisthebest/android.moparisthebest.org
synced 2025-01-14 07:08:01 -05:00
#866 - using 'raise' instead of 'puts' for the error
This commit is contained in:
parent
66c9ede87e
commit
a77c60365c
2
Rakefile
2
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
|
||||
|
Loading…
Reference in New Issue
Block a user