Commit c6ed1ff4 by soarpenguin

fix type error.

parent 468770c8
......@@ -171,7 +171,7 @@ class CLI(object):
self.options.become_method = 'sudo'
elif self.options.su:
self.options.become = True
options.become_method = 'su'
self.options.become_method = 'su'
def validate_conflicts(self, vault_opts=False, runas_opts=False):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment