Skip to content

Commit f139685

Browse files
committed
typo
Signed-off-by: Nir Rozenbaum <[email protected]>
1 parent 5030b63 commit f139685

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/epp/scheduling/scheduler_config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ func (c *SchedulerConfig) AddPlugins(pluginObjects ...plugins.Plugin) error {
9797
for _, plugin := range pluginObjects {
9898
if weightedScorer, ok := plugin.(*scorer.WeightedScorer); ok {
9999
c.scorers[weightedScorer.Scorer] = weightedScorer.Weight()
100-
plugin = weightedScorer.Scorer // if we got WeightScorer, unwrap the plugin
100+
plugin = weightedScorer.Scorer // if we got WeightedScorer, unwrap the plugin
101101
}
102102
if preSchedulePlugin, ok := plugin.(plugins.PreSchedule); ok {
103103
c.preSchedulePlugins = append(c.preSchedulePlugins, preSchedulePlugin)

0 commit comments

Comments
 (0)