summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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