diff --git a/source_control/hg b/source_control/hg index 98dbe9e66cf..bb2f55effee 100644 --- a/source_control/hg +++ b/source_control/hg @@ -124,7 +124,7 @@ class Hg(object): self.dest = dest self.repo = repo self.revision = revision - self.hg_path = self.hg_path + self.hg_path = hg_path def _command(self, args_list): (rc, out, err) = self.module.run_command([self.hg_path] + args_list)