Add missing argument to function call
This commit is contained in:
parent
d366f08a3f
commit
7041eb7b85
|
@ -153,7 +153,7 @@ def do_task(self, config, hooktype, request):
|
|||
with create_workdir(config, task_id) as workdir:
|
||||
print(f"Operating under {workdir}")
|
||||
|
||||
clone_repository(clone_url)
|
||||
clone_repository(clone_url, config)
|
||||
|
||||
os.chdir('repo')
|
||||
|
||||
|
|
Loading…
Reference in New Issue