mirror of
https://github.com/moparisthebest/android.moparisthebest.org
synced 2024-11-16 06:05:00 -05:00
#866 - using 'raise' instead of 'puts' for the error
This commit is contained in:
parent
80fad2180e
commit
51fb2bcc5a
2
Rakefile
2
Rakefile
@ -328,7 +328,7 @@ multitask :push do
|
|||||||
if system "git push origin #{deploy_branch}"
|
if system "git push origin #{deploy_branch}"
|
||||||
puts "\n## GitHub Pages deploy complete"
|
puts "\n## GitHub Pages deploy complete"
|
||||||
else
|
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
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user