mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Merge pull request #12295 from napkindrawing/patch-3
Typo in comment: "bsaename" → "basename"
This commit is contained in:
@@ -300,7 +300,7 @@ class VariableManager:
|
|||||||
|
|
||||||
def _get_inventory_basename(self, path):
|
def _get_inventory_basename(self, path):
|
||||||
'''
|
'''
|
||||||
Returns the bsaename minus the extension of the given path, so the
|
Returns the basename minus the extension of the given path, so the
|
||||||
bare filename can be matched against host/group names later
|
bare filename can be matched against host/group names later
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user