Skip to content

Commit

Permalink
fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gfursin committed Nov 15, 2022
1 parent 1a9dacd commit 9c06b30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cm/cmind/repos.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 9c06b30

Please sign in to comment.