Skip to content

Commit

Permalink
Fix the command name displayed on "--help"
Browse files Browse the repository at this point in the history
  • Loading branch information
felladrin authored and akosyakov committed Aug 11, 2022
1 parent dfc3147 commit 16c0593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import (

// rootCmd represents the base command when called without any subcommands
var rootCmd = &cobra.Command{
Use: "rungp",
Use: "run-gp",
Short: "start a local dev-environment using a .gitpdod.yaml file",
PersistentPreRun: func(cmd *cobra.Command, args []string) {
cfg, err := config.ReadInConfig()
Expand Down

0 comments on commit 16c0593

Please sign in to comment.