mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
bin/ansible comment typo fix (#25799)
insignificant bin/ansible typo in word 'python'
This commit is contained in:
parent
46c6eb37d0
commit
820c99c90b
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ if __name__ == '__main__':
|
|||
sub = None
|
||||
target = me.split('-')
|
||||
if target[-1][0].isdigit():
|
||||
# Remove any version or pthon version info as downstreams
|
||||
# Remove any version or python version info as downstreams
|
||||
# sometimes add that
|
||||
target = target[:-1]
|
||||
|
||||
|
|
Loading…
Reference in a new issue