Use consistent tense in log messages

This commit is contained in:
Joshua Boniface 2021-10-31 02:35:11 -04:00
parent 58710769fb
commit 1c1ede1cea
1 changed files with 1 additions and 1 deletions

View File

@ -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)