diff options
| -rw-r--r-- | lib/hcl/commands.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/hcl/commands.rb b/lib/hcl/commands.rb index e234fb0..7a1d124 100644 --- a/lib/hcl/commands.rb +++ b/lib/hcl/commands.rb @@ -13,7 +13,6 @@ module HCl # Show the network status of the Harvest service. def status result = Faraday.new("http://kccljmymlslr.statuspage.io/api/v2") do |f| - f.use :harvest, '', '' f.adapter Faraday.default_adapter end.get('status.json').body date = Time.at(result[:last_check_time].to_i) |
