Skip to content

Commit b01c6cc

Browse files
committed
fix: adjust indentation for job output in presubmit_test function
1 parent 783b3d1 commit b01c6cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/jobs/kubernetes/kops/build_jobs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ def presubmit_test(branch='master',
461461

462462
extra = yaml.dump({'annotations': annotations}, width=9999, default_flow_style=False)
463463

464-
output = f"\n# {jsonspec}{job}\n"
464+
output = f"\n # {jsonspec}{job}\n"
465465
for line in extra.splitlines():
466466
output += f" {line}\n"
467467
return output

0 commit comments

Comments
 (0)