Skip to content

Commit

Permalink
Update Rakefile
Browse files Browse the repository at this point in the history
Co-authored-by: Copilot <[email protected]>
  • Loading branch information
timrogers and Copilot authored Dec 2, 2024
1 parent 9d14a5f commit e9f62d7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ task :update do
File.open("data/airports.json", "w") do |f|
f.write(JSON.generate(cleaned_data))
end
f.write(JSON.generate(cleaned_data))
end

task default: :spec

0 comments on commit e9f62d7

Please sign in to comment.