From 5ed7b52abb75994977636be987215ed36cf15175 Mon Sep 17 00:00:00 2001 From: Lukasz Zajaczkowski Date: Tue, 27 Aug 2024 09:26:33 +0200 Subject: [PATCH] fix after rebase --- cmd/command/cd/cd_clusters.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/command/cd/cd_clusters.go b/cmd/command/cd/cd_clusters.go index b4a0829b..2189fd5d 100644 --- a/cmd/command/cd/cd_clusters.go +++ b/cmd/command/cd/cd_clusters.go @@ -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 {