diff --git a/bin/run_example_ci_configs.py b/bin/run_example_ci_configs.py index d7b099e6..fd1f24a4 100755 --- a/bin/run_example_ci_configs.py +++ b/bin/run_example_ci_configs.py @@ -116,7 +116,7 @@ def run_example_ci_configs(): badge = service.badge_md.format(branch=branch_name, branch_escaped=quote(branch_name, safe='')) print(f'| {service.name} | {service.src_config_path} | {badge} |') print() - print(f'Generated by `bin/run_example_ci_config.py`') + print('Generated by `bin/run_example_ci_config.py`') print() print('---') finally: