Skip to content

Commit

Permalink
Updated file or dir not found message (#3474)
Browse files Browse the repository at this point in the history
  • Loading branch information
audgirka authored May 22, 2023
1 parent 794fb8a commit 2fa3858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ansiblelint/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ def _run(self) -> list[MatchError]: # noqa: C901
matches.append(
MatchError(
lintable=lintable,
message="File or directory found not found.",
message="File or directory not found.",
rule=LoadingFailureRule(),
tag="load-failure[not-found]",
),
Expand Down

0 comments on commit 2fa3858

Please sign in to comment.