Skip to content

Commit d189ebb

Browse files
author
Alan Christie
committed
Doc tweak
1 parent b342f09 commit d189ebb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jote/jote.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def _lint(definition_filename: str) -> bool:
5555
found_errors: bool = False
5656
for error in errors:
5757
if not found_errors:
58-
print(f'! Job definition "{definition_file}" fails yamllint: -')
58+
print(f'! Job definition "{definition_file}" fails yamllint:')
5959
found_errors = True
6060
print(error)
6161
if found_errors:

0 commit comments

Comments
 (0)