From 7a0ee394d3a110a05726d70232fc89e1f61ea123 Mon Sep 17 00:00:00 2001 From: Lorenzo Manacorda Date: Wed, 3 Jun 2015 19:56:39 +0200 Subject: change status API endpoint --- lib/hcl/commands.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/hcl/commands.rb b/lib/hcl/commands.rb index 5b69d45..e234fb0 100644 --- a/lib/hcl/commands.rb +++ b/lib/hcl/commands.rb @@ -12,7 +12,7 @@ module HCl # Show the network status of the Harvest service. def status - result = Faraday.new("http://harveststatus.com/") do |f| + result = Faraday.new("http://kccljmymlslr.statuspage.io/api/v2") do |f| f.use :harvest, '', '' f.adapter Faraday.default_adapter end.get('status.json').body -- cgit v1.2.3