Skip to content

Commit

Permalink
Merge pull request #1647 from AidanDelaney/stack-suggest-example
Browse files Browse the repository at this point in the history
Fix typo in pack stack suggest
  • Loading branch information
jkutner authored Feb 28, 2023
2 parents 904dcfe + 0997030 commit 45f09b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/commands/stack_suggest.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ func stackSuggest(logger logging.Logger) *cobra.Command {
Use: "suggest",
Args: cobra.NoArgs,
Short: "List the recommended stacks",
Example: "pack stacks suggest",
Example: "pack stack suggest",
RunE: logError(logger, func(*cobra.Command, []string) error {
Suggest(logger)
return nil
Expand Down

0 comments on commit 45f09b4

Please sign in to comment.