Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-Authored-By: vikaschoudhary16 <[email protected]>
  • Loading branch information
vincepri and vikaschoudhary16 authored Apr 9, 2019
1 parent 3d595fb commit 417751a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controller/machineset/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ func (r *ReconcileMachineSet) reconcile(ctx context.Context, machineSet *cluster
}

if syncErr != nil {
return reconcile.Result{}, errors.Wrapf(syncErr, "failed to sync machines")
return reconcile.Result{}, errors.Wrapf(syncErr, "failed to sync MachineSet replicas")
}

var replicas int32
Expand Down

0 comments on commit 417751a

Please sign in to comment.