diff --git a/cm/cmind/repos.py b/cm/cmind/repos.py index 83cb77026c..9cf625fb24 100644 --- a/cm/cmind/repos.py +++ b/cm/cmind/repos.py @@ -194,7 +194,7 @@ def process(self, repo_path, mode='add'): if alias != '' and existing_alias !='' and alias == existing_alias: exist = True - if not exist and uid !='' and existing_uid !='' and uid == existin_uid: + if not exist and uid !='' and existing_uid !='' and uid == existing_uid: exist = True if exist: