mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
bin/ansible comment typo fix (#25799)
insignificant bin/ansible typo in word 'python'
This commit is contained in:
@@ -68,7 +68,7 @@ if __name__ == '__main__':
|
|||||||
sub = None
|
sub = None
|
||||||
target = me.split('-')
|
target = me.split('-')
|
||||||
if target[-1][0].isdigit():
|
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
|
# sometimes add that
|
||||||
target = target[:-1]
|
target = target[:-1]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user