mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
Fix missing ref in format
This commit is contained in:
parent
a6fadf61c7
commit
e8e4e3c5f3
@ -182,7 +182,7 @@ def force_off(name):
|
||||
timeout=600)
|
||||
for comp in cmd_ret:
|
||||
ret.update(comp)
|
||||
print('Powered off VM {0}'.format())
|
||||
print('Powered off VM {0}'.format(name))
|
||||
return 'good'
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user