Skip to content

Commit

Permalink
Fix rva_tracks URL
Browse files Browse the repository at this point in the history
  • Loading branch information
BGMP committed Dec 13, 2022
1 parent 8989ac5 commit f181736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ task :version do
"\t\t\t\"description\": \"#{RVA::RVATracks::DESCRIPTION}\",",
"\t\t\t\"version\": \"#{RVA::RVATracks::VERSION}\",",
"\t\t\t\"checksum\": \"#{rva_tracks_checksum}\",",
"\t\t\t\"url\": \"#{RVA::RVATracks::VERSION}\"",
"\t\t\t\"url\": \"#{RVA::RVATracks::URL}\"",
"\t\t},",
"\t\t\"rva_lego_tracks\": {",
"\t\t\t\"description\": \"#{RVA::RVALegoTracks::DESCRIPTION}\",",
Expand Down

0 comments on commit f181736

Please sign in to comment.