Skip to content

Commit fdf7d3c

Browse files
committed
Remove final fail
1 parent ddbdc51 commit fdf7d3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/index.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ def run
132132
rescue
133133
puts "rescuing"
134134
update_check(id, "failure", nil)
135-
fail
135+
# fail
136136
end
137137
end
138138

0 commit comments

Comments
 (0)