Skip to content

Commit

Permalink
fix fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
qwerty287 committed Oct 18, 2023
1 parent 0eae98f commit cfbcd8a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cli/pipeline/pipeline.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit cfbcd8a

Please sign in to comment.