Skip to content

Commit

Permalink
Fix typo (#4737)
Browse files Browse the repository at this point in the history
Signed-off-by: Yoon Park <yoongon.park@gmail.com>
  • Loading branch information
yoongon authored Jun 26, 2023
1 parent 04ca96e commit ecd9caf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/scaling/executor/scale_scaledobjects.go
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ func (e *scaleExecutor) updateScaleOnScaleTarget(ctx context.Context, scaledObje
}
}

// Update with requested repliacs.
// Update with requested replicas.
currentReplicas := scale.Spec.Replicas
scale.Spec.Replicas = replicas

Expand Down

0 comments on commit ecd9caf

Please sign in to comment.