From c6321d1897a702b8c090eea8abce21ac562d5082 Mon Sep 17 00:00:00 2001 From: Jeff Keen Date: Wed, 20 Mar 2024 15:48:28 -0500 Subject: [PATCH] fix: switch another url reference to use https --- lib/fcc/station/info.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/fcc/station/info.rb b/lib/fcc/station/info.rb index aa2fea2..fed10d8 100644 --- a/lib/fcc/station/info.rb +++ b/lib/fcc/station/info.rb @@ -4,7 +4,7 @@ module FCC module Station class Info include HTTParty - base_uri 'publicfiles.fcc.gov' + base_uri 'https://publicfiles.fcc.gov' attr_accessor :results, :service