Skip to content

Commit

Permalink
Merge pull request #530 from annastopel/typo_fix
Browse files Browse the repository at this point in the history
fix minor typo in comments
  • Loading branch information
awels authored Nov 20, 2018
2 parents 4211ff1 + 90ba8e3 commit d04c48b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/utils/deployments.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"k8s.io/client-go/kubernetes"
)

// WaitForDeploymentReplicasReadyOrDie adds the ability to fatal out if the the replicas don't become ready
// WaitForDeploymentReplicasReadyOrDie adds the ability to fatal out if the replicas don't become ready
func WaitForDeploymentReplicasReadyOrDie(c *kubernetes.Clientset, namespace, name string) {
if err := WaitForDeploymentReplicasReady(c, namespace, name); err != nil {
glog.Fatal(errors.Wrapf(err, "Failed waiting for deployment \"%s/%s\" replicas to become Ready", namespace, name))
Expand Down

0 comments on commit d04c48b

Please sign in to comment.