Skip to content

Commit

Permalink
report gh not active if running --status fails or something else happens
Browse files Browse the repository at this point in the history
  • Loading branch information
cpg committed Jul 29, 2014
1 parent f3f195b commit 7145964
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/controllers/pooling_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ def greyhole_status
return l.strip if l =~ /^Currently/
end
end
"Greyhole is currently not active"
rescue => e
"Unknown: #{e}"
end
Expand Down

0 comments on commit 7145964

Please sign in to comment.