Use consistent tense in log messages
This commit is contained in:
parent
58710769fb
commit
1c1ede1cea
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue