Skip to content

Commit

Permalink
Move ManagerRefresh to InventoryRefresh
Browse files Browse the repository at this point in the history
  • Loading branch information
agrare committed Sep 7, 2018
1 parent cfee53c commit 53533bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def preprocess_targets
next unless ems.use_graph_refresh?
all_targets, sub_ems_targets = targets.partition { |x| x.kind_of?(ExtManagementSystem) }
unless sub_ems_targets.blank?
ems_event_collection = ManagerRefresh::TargetCollection.new(:targets => sub_ems_targets,
ems_event_collection = InventoryRefresh::TargetCollection.new(:targets => sub_ems_targets,
:manager_id => ems_id)
all_targets << ems_event_collection
end
Expand Down

0 comments on commit 53533bd

Please sign in to comment.