Skip to content

Commit

Permalink
Change sub command name.
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamDumpleton committed Aug 9, 2023
1 parent 68a4dc0 commit 73a5fb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client-programs/pkg/cmd/cluster_workshop_serve_cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ func (p *ProjectInfo) NewClusterWorkshopServeCmd() *cobra.Command {

var c = &cobra.Command{
Args: cobra.NoArgs,
Use: "server",
Use: "serve",
Short: "Serve workshop from local system",
RunE: func(_ *cobra.Command, _ []string) error { return o.Run() },
}
Expand Down

0 comments on commit 73a5fb2

Please sign in to comment.