Skip to content

Commit c71df75

Browse files
authored
Remove additional comma in compare-values-schema-content.py
1 parent 0b07a97 commit c71df75

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)