Skip to content

Commit

Permalink
fix after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
zreigz committed Aug 27, 2024
1 parent c7a11ba commit 5ed7b52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/command/cd/cd_clusters.go
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ func (p *Plural) handleClusterReinstall(c *cli.Context) error {
}

id, name := common.GetIdAndName(c.Args().Get(0))
return p.reinstallOperator(c, id, name)
return p.ReinstallOperator(c, id, name)
}

func (p *Plural) ReinstallOperator(c *cli.Context, id, handle *string) error {
Expand Down

0 comments on commit 5ed7b52

Please sign in to comment.