Skip to content

Commit

Permalink
Use proper column
Browse files Browse the repository at this point in the history
  • Loading branch information
ferblape committed Oct 24, 2024
1 parent a317f78 commit 270242a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion operations/gobierto_budgets/transform-planned/run.rb
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
output_data = []

def value_cell(year)
year == 2024 ? "IMPASSIG_V3" : "IMPASSIG_V4"
year == 2025 ? "IMPASSIG_V3" : "IMPASSIG_V4"
end

def parse_amount(row, year)
Expand Down

0 comments on commit 270242a

Please sign in to comment.