mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #33576 from rodacom/2016.3
Fix #33565 (typo causes invalid syntax)
This commit is contained in:
commit
afd3c1b9bd
1 changed files with 1 additions and 1 deletions
|
@ -189,7 +189,7 @@ def managed(name,
|
|||
)
|
||||
except CommandNotFoundError as err:
|
||||
ret['result'] = False
|
||||
ret['comment'] = 'Failed to create virtualenv: {0}'.formar(err)
|
||||
ret['comment'] = 'Failed to create virtualenv: {0}'.format(err)
|
||||
return ret
|
||||
|
||||
if _ret['retcode'] != 0:
|
||||
|
|
Loading…
Add table
Reference in a new issue