Skip to content

Commit

Permalink
Update Rakefile
Browse files Browse the repository at this point in the history
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
  • Loading branch information
timrogers and Copilot authored Dec 2, 2024
1 parent 2935b3a commit 9d14a5f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
@@ -46,7 +46,9 @@ task :update do
}
end

f = File.open("data/airports.json", "w")
File.open("data/airports.json", "w") do |f|
f.write(JSON.generate(cleaned_data))
end
f.write(JSON.generate(cleaned_data))
end

0 comments on commit 9d14a5f

Please sign in to comment.