Skip to content

Commit 226ef63

Browse files
authored
Fix wrong constructor call (#442)
1 parent 7bc63e2 commit 226ef63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/doctor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def check_kubectl(args):
105105
stdout=subprocess.DEVNULL,
106106
stderr=subprocess.DEVNULL)
107107
if p.returncode != 0:
108-
return TaskEvent(
108+
return make_run_event(
109109
p=p,
110110
success=False,
111111
message='''

0 commit comments

Comments
 (0)