fix typo in _collection_finder.py (#74218)

pull/74221/head
Ikko Ashimine 3 years ago committed by GitHub
parent 3504f4c45f
commit b70a42f693
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save