Skip to content

Commit

Permalink
pipeline - change alias
Browse files Browse the repository at this point in the history
  • Loading branch information
3ximus committed Feb 18, 2024
1 parent d59dc5e commit 56c3dad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/pipeline/pipeline.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import (

var PipelineCmd = &cobra.Command{
Use: "pipeline",
Aliases: []string{"pl"},
Short: "Manage pipelines [pl]",
Aliases: []string{"pipe"},
Short: "Manage pipelines [pipe]",
PersistentPreRun: func(cmd *cobra.Command, args []string) {
err := viper.BindPFlag("repo", cmd.Flags().Lookup("repo"))
cobra.CheckErr(err)
Expand Down

0 comments on commit 56c3dad

Please sign in to comment.