Skip to content

Commit 61b5b4a

Browse files
authored
chore: fix some minor issues in the comments (#6511)
Signed-off-by: gopherorg <[email protected]>
1 parent 2668fe7 commit 61b5b4a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

flytecopilot/cmd/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ func waitForAWSCreds(ctx context.Context, timeout time.Duration) error {
103103
})
104104
}
105105

106-
// NewCommand returns a new instance of the co-pilot root command
106+
// NewDataCommand returns a new instance of the co-pilot root command
107107
func NewDataCommand() *cobra.Command {
108108
rootOpts := &RootOptions{}
109109
command := &cobra.Command{

flytepropeller/cmd/kubectl-flyte/cmd/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ func (r *RootOptions) ConfigureClient() error {
7878
return nil
7979
}
8080

81-
// NewCommand returns a new instance of an argo command
81+
// NewFlyteCommand returns a new instance of an argo command
8282
func NewFlyteCommand() *cobra.Command {
8383
rootOpts := &RootOptions{}
8484
command := &cobra.Command{

0 commit comments

Comments
 (0)