Skip to content

Commit f1f70b0

Browse files
committed
Revert "Updated file or dir not found message (#3474)"
This reverts commit 2fa3858.
1 parent 1dc44f8 commit f1f70b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ansiblelint/runner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ def _run(self) -> list[MatchError]: # noqa: C901
200200
matches.append(
201201
MatchError(
202202
lintable=lintable,
203-
message="File or directory not found.",
203+
message="File or directory found not found.",
204204
rule=LoadingFailureRule(),
205205
tag="load-failure[not-found]",
206206
),

0 commit comments

Comments
 (0)