tarantool / mkrepo

Maintain DEB and RPM repositories on S3
69 stars 24 forks source link

exe: use `python3` shebang instead of `python` #81

Closed ylobankov closed 1 year ago

ylobankov commented 1 year ago

Use the python3 shebang in the executable mkrepo script to ensure running mkrepo in a Python 3 environment since Python 2 support is dropped.