mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-28 03:00:23 -07:00
Typo in comment: "bsaename" → "basename"
This commit is contained in:
parent
926f127245
commit
172bbac97a
1 changed files with 1 additions and 1 deletions
|
@ -279,7 +279,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
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue