Skip to content

Commit

Permalink
Merge pull request #202 from superbrothers/fix-typo
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
k8s-ci-robot authored Jan 8, 2019
2 parents 40974d5 + 32218f1 commit 110e2e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cluster/context.go
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ func (c *Context) Delete() error {
// try to remove the kind kube config file generated by "kind create cluster"
err = os.Remove(c.KubeConfigPath())
if err != nil {
log.Warningf("Tried to remove %s but recieved error: %s\n", c.KubeConfigPath(), err)
log.Warningf("Tried to remove %s but received error: %s\n", c.KubeConfigPath(), err)
}

// check if $KUBECONFIG is set and let the user know to unset if so
Expand Down

0 comments on commit 110e2e2

Please sign in to comment.