Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
benjello committed Nov 14, 2024
1 parent e844876 commit 9169d83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/pyproject_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def replace_in_file(filepath: str, info: dict):
info = get_versions()
file = args.filename
if args.only_package_version:
print(f'{info["openfisca_tunisia-pension"]}') # noqa: T201
print(f'{info["openfisca_tunisia_pension"]}') # noqa: T201
exit()
logging.info('Versions :')
print(info) # noqa: T201
Expand Down

0 comments on commit 9169d83

Please sign in to comment.