File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments