Skip to content

Commit

Permalink
fix: typo on 'package' commands --help (#512)
Browse files Browse the repository at this point in the history
  • Loading branch information
Manezki authored May 24, 2022
1 parent 1d42c64 commit 1e26cfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cmd/package.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ func newPackageCmd() *packageCmd {
cmd := &cobra.Command{
Use: "package",
Aliases: []string{"pkg", "p"},
Short: "Creates a package based on the given the given config file and flags",
Short: "Creates a package based on the given config file and flags",
SilenceUsage: true,
SilenceErrors: true,
Args: cobra.NoArgs,
Expand Down

0 comments on commit 1e26cfc

Please sign in to comment.