mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
Correct a typo in pip module error message (#43784)
This commit is contained in:
committed by
René Moser
parent
0884b59749
commit
130824c3e1
@@ -331,7 +331,7 @@ def _get_pip(module, env=None, executable=None):
|
||||
# (therefore, that pip was not found)
|
||||
module.fail_json(msg='Unable to find pip in the virtualenv, %s, ' % env +
|
||||
'under any of these names: %s. ' % (', '.join(candidate_pip_basenames)) +
|
||||
'Make sire pip is present in the virtualenv.')
|
||||
'Make sure pip is present in the virtualenv.')
|
||||
|
||||
return pip
|
||||
|
||||
|
||||
Reference in New Issue
Block a user