diff --git a/bbuilder/lib/worker.py b/bbuilder/lib/worker.py index 142303b..e63b797 100644 --- a/bbuilder/lib/worker.py +++ b/bbuilder/lib/worker.py @@ -157,7 +157,7 @@ def do_task(self, config, hooktype, request): os.chdir('repo') - print(f"Check out {ref}") + print(f"Checking out {ref}") os.system(f'git checkout {ref}') tasks = parse_config(event, event_action)