Skip to content

Commit

Permalink
[fix][xs] Changing the file name in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
gradedSystem committed Sep 30, 2024
1 parent 0c52a00 commit 0fa3595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ data/country-codes.csv: data/country-codes.json data/geoname.csv data/cldr.csv d
python3 scripts/reorder_columns.py
python3 scripts/reorder_rows.py
cp data/country-codes-reordered-sorted.csv data/country-codes.csv
./scripts/wikidata.sh
./scripts/wd_countries.sh
python3 scripts/wd_countries.py
python3 scripts/cleanup.py
cp data/country-codes.csv data/previous-country-codes.csv
Expand Down

0 comments on commit 0fa3595

Please sign in to comment.