File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ import (
1616 "github.com/envoyproxy/gateway/internal/provider/kubernetes"
1717)
1818
19- // getServerCommand returns the server cobra command to be executed.
19+ // getCertGenCommand returns the certGen cobra command to be executed.
2020func getCertGenCommand () * cobra.Command {
2121 cmd := & cobra.Command {
2222 Use : "certgen" ,
Original file line number Diff line number Diff line change 99 "github.com/spf13/cobra"
1010)
1111
12- // getVersionsCommand returns the server cobra command to be executed.
12+ // getVersionsCommand returns the version cobra command to be executed.
1313func getVersionsCommand () * cobra.Command {
1414 // envOutput determines whether to output as environment settings
1515 var envOutput bool
You can’t perform that action at this time.
0 commit comments