Skip to content

Commit

Permalink
fix: typo in command description
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim authored May 10, 2024
1 parent 33befaa commit 75274ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/account/account_producer_extension_upload.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (

var accountCompanyProducerExtensionUploadCmd = &cobra.Command{
Use: "upload [zip]",
Short: "Uploads a new extension upload",
Short: "Uploads a new extension version",
Args: cobra.MinimumNArgs(1),
RunE: func(cmd *cobra.Command, args []string) error {
path, err := filepath.Abs(args[0])
Expand Down

0 comments on commit 75274ab

Please sign in to comment.