Skip to content

Commit

Permalink
Correct name of variable
Browse files Browse the repository at this point in the history
  • Loading branch information
abadger committed Sep 28, 2015
1 parent 8d024c3 commit 696cf32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ansible/plugins/connection/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def _become_method_supported(self):
if self._play_context.become_method in self.become_methods:
return True

raise AnsibleError("Internal Error: this connection module does not support running commands via %s" % become_method)
raise AnsibleError("Internal Error: this connection module does not support running commands via %s" % become_methods)

def set_host_overrides(self, host):
'''
Expand Down

0 comments on commit 696cf32

Please sign in to comment.