Skip to content

Commit

Permalink
Bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
ggatward committed Mar 5, 2017
1 parent 65c3381 commit d57ab03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sat_import.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def sync_content(org_id, imported_repos):
for repo_result in enabled_repos['results']:
if repo in repo_result['label']:
# Ensure we have an exact match on the repo label
if repo == result['label']:
if repo == repo_result['label']:
do_import = True
repos_to_sync.append(repo_result['id'])

Expand Down

0 comments on commit d57ab03

Please sign in to comment.