Skip to content

Commit b783cba

Browse files
committed
fix: cobra mismatched comments
Signed-off-by: bitliu <[email protected]>
1 parent b8f234b commit b783cba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

internal/cmd/certgen.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.
2020
func getCertGenCommand() *cobra.Command {
2121
cmd := &cobra.Command{
2222
Use: "certgen",

internal/cmd/versions.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
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.
1313
func getVersionsCommand() *cobra.Command {
1414
// envOutput determines whether to output as environment settings
1515
var envOutput bool

0 commit comments

Comments
 (0)