Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ozzieba committed Nov 29, 2018
1 parent 8a7aaa7 commit fd6ace6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/eksctl/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ To configure your zsh shell to load completions for each session add to your zsh
. <(eksctl completion zsh)
`,
Run: func(cmd *cobra.Command, args []string) {
rootCmd.GenBashCompletion(os.Stdout)
rootCmd.GenZshCompletion(os.Stdout)
},
}

Expand Down

0 comments on commit fd6ace6

Please sign in to comment.