Skip to content

Commit

Permalink
Merge pull request #220 from dbathgate/master
Browse files Browse the repository at this point in the history
fixed typo in utils.go from "Descirbe" to "Describe"
  • Loading branch information
richardcase authored Sep 20, 2018
2 parents e577962 + 899fabe commit 3992f9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/eksctl/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ func describeStacksCmd() *cobra.Command {

cmd := &cobra.Command{
Use: "describe-stacks",
Short: "Descirbe CloudFormation stack for a given cluster",
Short: "Describe CloudFormation stack for a given cluster",
Run: func(_ *cobra.Command, args []string) {
if err := doDescribeStacksCmd(cfg, getNameArg(args)); err != nil {
logger.Critical("%s\n", err.Error())
Expand Down

0 comments on commit 3992f9d

Please sign in to comment.