Skip to content

Commit

Permalink
Fix wrong constructor call (#442)
Browse files Browse the repository at this point in the history
  • Loading branch information
huyhg authored Dec 12, 2019
1 parent 7bc63e2 commit 226ef63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/doctor.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def check_kubectl(args):
stdout=subprocess.DEVNULL,
stderr=subprocess.DEVNULL)
if p.returncode != 0:
return TaskEvent(
return make_run_event(
p=p,
success=False,
message='''
Expand Down

0 comments on commit 226ef63

Please sign in to comment.