Skip to content

Commit

Permalink
Fixes #27807 - Prevent timeout during CVV import (#696)
Browse files Browse the repository at this point in the history
(cherry picked from commit 4436da5)
  • Loading branch information
chris1984 committed Oct 15, 2019
1 parent a679bd7 commit 3cf81fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/hammer_cli_katello/content_view_version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,8 @@ def sync_repositories(repositories, organization_id, options)
library_repos = index(
:repositories,
'organization_id' => organization_id,
'library' => true
'library' => true,
'label' => repo['label']
)

library_repo = library_repos.select do |candidate_repo|
Expand Down

0 comments on commit 3cf81fb

Please sign in to comment.