mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-23 17:39:09 -07:00
Fix typo in doc_fragments path.
This commit is contained in:
parent
384f4f1cef
commit
ade6977d66
3 changed files with 3 additions and 3 deletions
|
@ -44,7 +44,7 @@ class YamllintTest(SanitySingleVersion):
|
|||
|
||||
[i.path for i in targets.include if os.path.splitext(i.path)[1] == '.py' and
|
||||
os.path.basename(i.path) != '__init__.py' and
|
||||
i.path.startswith('lib/ansible/plugins/docs_fragments/')],
|
||||
i.path.startswith('lib/ansible/plugins/doc_fragments/')],
|
||||
]
|
||||
|
||||
paths = [sorted(p) for p in paths if p]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue