Skip to content

Commit 9dd1dd5

Browse files
committed
Deleted space
1 parent 16f8897 commit 9dd1dd5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

remove-json-keys/utils/bump.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def main():
8989
git.init_kudo_sync_bot(msgs)
9090
log.info(f'{msgs.log_COMMITTING_CHANGES}...')
9191
git.commit([str(paths.pyproject), str(paths.package_data)], f'Bumped {project.name} versions to {new_ver}')
92-
git.commit([str(paths.readme)], f'Updated {project.name} versions in README URLs to {new_ver}')
92+
git.commit([str(paths.readme)], f'Updated {project.name} versions in README URLs to {new_ver}')
9393
if args.no_push:
9494
log.info(f'{msgs.log_SKIPPING_GIT_PUSH}...')
9595
else:

translate-messages/utils/bump.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def main():
8989
git.init_kudo_sync_bot(msgs)
9090
log.info(f'{msgs.log_COMMITTING_CHANGES}...')
9191
git.commit([str(paths.pyproject), str(paths.package_data)], f'Bumped {project.name} versions to {new_ver}')
92-
git.commit([str(paths.readme)], f'Updated {project.name} versions in README URLs to {new_ver}')
92+
git.commit([str(paths.readme)], f'Updated {project.name} versions in README URLs to {new_ver}')
9393
if args.no_push:
9494
log.info(f'{msgs.log_SKIPPING_GIT_PUSH}...')
9595
else:

0 commit comments

Comments
 (0)