summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLorenzo Manacorda2015-06-03 19:56:39 +0200
committerLorenzo Manacorda2015-06-03 19:56:39 +0200
commit7a0ee394d3a110a05726d70232fc89e1f61ea123 (patch)
treec1c1acfd1c44e437bd720200aabeef45e1409cbf
parent2a4d9d73239e3f9e6183e8ba89e7230199abf7f1 (diff)
downloadhcl-7a0ee394d3a110a05726d70232fc89e1f61ea123.tar.bz2
change status API endpoint
-rw-r--r--lib/hcl/commands.rb2
1 files changed, 1 insertions, 1 deletions
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