Skip to content

Commit

Permalink
Merge pull request #52 from callmeradical/master
Browse files Browse the repository at this point in the history
minor type fix in the delete command
  • Loading branch information
errordeveloper authored Jun 7, 2018
2 parents 775664b + 5dcebc7 commit 940d47e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/eksctl/delete.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ func doDeleteCluster(cfg *eks.ClusterConfig) error {

ctl.MaybeDeletePublicSSHKey()

logger.Success("all EKS cluster %q resource will be deleted (if in doubt, check CloudForamtion console)", cfg.ClusterName)
logger.Success("all EKS cluster %q resource will be deleted (if in doubt, check CloudFormation console)", cfg.ClusterName)

return nil
}

0 comments on commit 940d47e

Please sign in to comment.