Skip to content

Commit

Permalink
Merge pull request #2227 from knowmost/master
Browse files Browse the repository at this point in the history
chore: fix function name in comment
  • Loading branch information
ks-ci-bot committed May 10, 2024
2 parents 093003e + 59f49e8 commit 57b86d8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmd/kk/cmd/create/phase/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ func NewCreateInitClusterOptions() *CreateInitClusterOptions {
}
}

// NewCmdUpgrade creates a new upgrade command
// NewCmdCreateInitCluster creates a new upgrade command
func NewCmdCreateInitCluster() *cobra.Command {
o := NewCreateInitClusterOptions()
cmd := &cobra.Command{
Expand Down
2 changes: 1 addition & 1 deletion cmd/kk/cmd/upgrade/phase/images.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ func NewUpgradeImagesOptions() *UpgradeImagesOptions {
}
}

// NewCmdUpgrade creates a new upgrade command
// NewCmdUpgradeImages creates a new upgrade command
func NewCmdUpgradeImages() *cobra.Command {
o := NewUpgradeImagesOptions()
cmd := &cobra.Command{
Expand Down
2 changes: 1 addition & 1 deletion cmd/kk/cmd/upgrade/phase/nodes.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ func NewUpgradeNodesOptions() *UpgradeNodesOptions {
}
}

// NewCmdUpgrade creates a new upgrade command
// NewCmdUpgradeNodes creates a new upgrade command
func NewCmdUpgradeNodes() *cobra.Command {
o := NewUpgradeNodesOptions()
cmd := &cobra.Command{
Expand Down

0 comments on commit 57b86d8

Please sign in to comment.