diff --git a/pym/update/update.py b/pym/update/update.py index 6270a4a..1934841 100644 --- a/pym/update/update.py +++ b/pym/update/update.py @@ -1481,7 +1481,7 @@ class Update(MethodsInterface): self.clVars.Get("update.cl_update_portage_binhost_path")) if path.exists(binhost_fn): os.unlink(binhost_fn) - if self.clVars.GetBool('cl_update_binhost_set') and self.clVars.GetBool('cl_update_use_migration_host'): + if self.clVars.GetBool('update.cl_update_binhost_set') and self.clVars.GetBool('cl_update_use_migration_host'): self.clVars.Write('cl_update_binhost', self.clVars.Get('cl_update_save_cur_binhost') , location="system") return False