Skip to content

Commit 330375b

Browse files
authored
Merge pull request #980 from InsanePrawn/transport_lxc_fix
ansible_mitogen: correct typo in MitogenViaSpec.mitogen_lxc_path()
2 parents d488b5e + 317a2ab commit 330375b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible_mitogen/transport_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -753,7 +753,7 @@ def mitogen_kubectl_path(self):
753753
return self._host_vars.get('mitogen_kubectl_path')
754754

755755
def mitogen_lxc_path(self):
756-
return self.host_vars.get('mitogen_lxc_path')
756+
return self._host_vars.get('mitogen_lxc_path')
757757

758758
def mitogen_lxc_attach_path(self):
759759
return self._host_vars.get('mitogen_lxc_attach_path')

0 commit comments

Comments
 (0)