Skip to content

Commit c51d6b6

Browse files
committed
cfengine lint: Fixed traceback in linting code
Signed-off-by: Ole Herman Schumacher Elgesem <ole.elgesem@northern.tech>
1 parent 6406443 commit c51d6b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/cfengine_cli/lint.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,4 +396,4 @@ def lint_single_arg(arg, strict=True):
396396
return lint_folder(arg, strict)
397397
assert os.path.isfile(arg)
398398

399-
return lint_single_file(arg, strict)
399+
return lint_single_file(arg, strict=strict)

0 commit comments

Comments
 (0)