diff --git a/cli/pipeline/pipeline.go b/cli/pipeline/pipeline.go index 40316683dc..0382241e6c 100644 --- a/cli/pipeline/pipeline.go +++ b/cli/pipeline/pipeline.go @@ -22,9 +22,9 @@ import ( // Command exports the pipeline command set. var Command = &cli.Command{ - Name: "pipeline", - Usage: "manage pipelines", - Flags: common.GlobalFlags, + Name: "pipeline", + Usage: "manage pipelines", + Flags: common.GlobalFlags, Subcommands: []*cli.Command{ pipelineListCmd, pipelineLastCmd,