Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tzneal committed Apr 11, 2022
1 parent 3be1b37 commit df2d93a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controllers/provisioning/scheduling/scheduler.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ func (s *Scheduler) Solve(ctx context.Context, constraints *v1alpha5.Constraints
if !ok {
break
}
// Use existing node or create a node one
// Use existing node or create a new one
node := s.scheduleExisting(pod, nodes)
if node == nil {
node = NewNode(constraints, topology, daemonOverhead, instanceTypes)
Expand Down

0 comments on commit df2d93a

Please sign in to comment.