Skip to content

Commit

Permalink
fix: switch another url reference to use https
Browse files Browse the repository at this point in the history
  • Loading branch information
jkeen committed Mar 20, 2024
1 parent c1b83c0 commit c6321d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fcc/station/info.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c6321d1

Please sign in to comment.