Skip to content

Commit c6321d1

Browse files
committed
fix: switch another url reference to use https
1 parent c1b83c0 commit c6321d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/fcc/station/info.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module FCC
44
module Station
55
class Info
66
include HTTParty
7-
base_uri 'publicfiles.fcc.gov'
7+
base_uri 'https://publicfiles.fcc.gov'
88

99
attr_accessor :results, :service
1010

0 commit comments

Comments
 (0)