Skip to content

Commit

Permalink
Update validate.go (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfpierre committed Oct 26, 2020
1 parent 50d7af1 commit b98cd7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/plugin/validate.go
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ func (o *ValidateOptions) Run() error {
}
newEds.Annotations[v1alpha1.ExtendedDaemonSetCanaryValidAnnotationKey] = rsName
if err = o.client.Update(context.TODO(), newEds); err != nil {
return fmt.Errorf("unable to valide the canary replicaset, err: %v", err)
return fmt.Errorf("unable to validate the canary replicaset, err: %v", err)
}

fmt.Fprintf(o.Out, "Canary replicaset '%s' was validated properly for extendeddaemonset %s/%s.\n", rsName, o.userNamespace, o.userExtendedDaemonSetName)
Expand Down

0 comments on commit b98cd7a

Please sign in to comment.