diff --git a/pym/update/variables/update.py b/pym/update/variables/update.py index 8be95b4..8238c0d 100644 --- a/pym/update/variables/update.py +++ b/pym/update/variables/update.py @@ -1652,5 +1652,5 @@ class VariableClUpdateEixRepositories(ReadonlyVariable): def get(self): return ", ".join( x.capitalize() for x in chain( - reversed(self.Get('update.cl_update_rep_name')), + self.Get('update.cl_update_rep_name'), self.Get('update.cl_update_other_rep_name')))