heroku_san_sanity 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/heroku_san_sanity/tasks.rb +1 -1
- data/lib/heroku_san_sanity/version.rb +1 -1
- metadata +1 -1
@@ -15,7 +15,7 @@ end
|
|
15
15
|
def check_heroku_integrity(name)
|
16
16
|
doc = Hpricot(open("http://status.heroku.com/"))
|
17
17
|
incident = doc.search("li.yellow, li.red")
|
18
|
-
if incident.
|
18
|
+
if incident.size != 0
|
19
19
|
puts ""
|
20
20
|
puts " ! WARNING: Potentially Unstable Deploy"
|
21
21
|
puts " ! "
|