mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-03-31 15:53:09 +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
|
||||
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]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user