Skip to content

Commit d57ab03

Browse files
committed
Bugfix
1 parent 65c3381 commit d57ab03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sat_import.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def sync_content(org_id, imported_repos):
8686
for repo_result in enabled_repos['results']:
8787
if repo in repo_result['label']:
8888
# Ensure we have an exact match on the repo label
89-
if repo == result['label']:
89+
if repo == repo_result['label']:
9090
do_import = True
9191
repos_to_sync.append(repo_result['id'])
9292

0 commit comments

Comments
 (0)