From 9c06b3069ad9414cd2d77a18751f333c56a6e613 Mon Sep 17 00:00:00 2001 From: Grigori Fursin Date: Tue, 15 Nov 2022 15:23:44 +0100 Subject: [PATCH] fixing typo --- cm/cmind/repos.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: