Skip to content

Commit

Permalink
docs: fix typo in the NewResumeCommand documentation (argoproj#9954)
Browse files Browse the repository at this point in the history
Signed-off-by: Pedro López Mareque <[email protected]>
  • Loading branch information
pmareke authored Nov 3, 2022
1 parent 4f1451e commit 82ea580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/argo/commands/cron/resume.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
cronworkflowpkg "github.com/argoproj/argo-workflows/v3/pkg/apiclient/cronworkflow"
)

// NewSuspendCommand returns a new instance of an `argo suspend` command
// NewResumeCommand returns a new instance of an `argo resume` command
func NewResumeCommand() *cobra.Command {
command := &cobra.Command{
Use: "resume [CRON_WORKFLOW...]",
Expand Down

0 comments on commit 82ea580

Please sign in to comment.