fix typo in _collection_finder.py (#74218)
This commit is contained in:
parent
3504f4c45f
commit
b70a42f693
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ class _AnsibleCollectionFinder:
|
|||
# expand any placeholders in configured paths
|
||||
for p in paths:
|
||||
|
||||
# ensure we alway shave ansible_collections
|
||||
# ensure we always have ansible_collections
|
||||
if os.path.basename(p) == 'ansible_collections':
|
||||
p = os.path.dirname(p)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue