Skip to content

Commit

Permalink
Add missing URL
Browse files Browse the repository at this point in the history
  • Loading branch information
BGMP committed Feb 21, 2022
1 parent 4487622 commit 09afdda
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions data.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ module RVATracks
MONTH = 2
DAY = 21
VERSION = "#{YEAR}.#{MONTH < 10 ? "0#{MONTH}" : MONTH}#{DAY < 10 ? "0#{DAY}" : DAY}"
URL = 'https://distribute.revolt-america.com/rva/rva_tracks.zip'
end

0 comments on commit 09afdda

Please sign in to comment.