Skip to content

Commit 44944bd

Browse files
authored
Merge pull request #3350 from ya0guang/patch-1
Remove additional comma in compare-values-schema-content.py
2 parents 0b07a97 + c71df75 commit 44944bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/compare-values-schema-content.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def run():
104104
lint_values_yaml, schema, schema_wildcards
105105
)
106106
if lint_schema_values_diff:
107-
print("values.schema.yaml entries not found in lint-and-validate-values.yaml:"),
107+
print("values.schema.yaml entries not found in lint-and-validate-values.yaml:")
108108
for l in sorted(lint_schema_values_diff):
109109
print(f"- {l}")
110110

0 commit comments

Comments
 (0)