Skip to content

Commit

Permalink
fix update script
Browse files Browse the repository at this point in the history
  • Loading branch information
sokil committed Apr 2, 2019
1 parent 3b5db55 commit 2125420
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

:package: Based on Python's [pycountry](https://pypi.python.org/pypi/pycountry) and Debian's [iso-codes](https://salsa.debian.org/iso-codes-team/iso-codes.git).

:1234: Database version: iso-codes-4.2-87-g90ab7c14 from 2019-04-02 23:51
:1234: Database version: iso-codes-4.2-87-g90ab7c14 from 2019-04-03 00:01

:tongue: Current translation status: https://salsa.debian.org/iso-codes-team/iso-codes#status-of-translations

Expand Down
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@
"check-style": "./vendor/bin/phpcs -p --standard=PSR2 --runtime-set ignore_errors_on_exit 1 --runtime-set ignore_warnings_on_exit 1 src",
"fix-style": "./vendor/bin/phpcbf -p --standard=PSR2 --runtime-set ignore_errors_on_exit 1 --runtime-set ignore_warnings_on_exit 1 src",
"bench": "phpbench run benchmarks/ --report=default",
"infection": "infection"
"infection": "infection",
"release": "./bin/release.sh",
"update_iso_codes_db": "./bin/update_iso_codes_db.sh"
}
}

0 comments on commit 2125420

Please sign in to comment.