mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 17:33:54 +00:00
Fix lint issue.
This commit is contained in:
parent
159d38e757
commit
cad2659d30
@ -129,7 +129,7 @@ def installed(name,
|
||||
|
||||
if did_install is True:
|
||||
install_status = ""
|
||||
else
|
||||
else:
|
||||
install_status = "not "
|
||||
|
||||
ret['comment'] = 'The state of "{0}" will be changed.'.format(name)
|
||||
|
Loading…
Reference in New Issue
Block a user