Skip to content

Commit 339f73a

Browse files
committed
(chore) fix a typo
1 parent a7b6079 commit 339f73a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

controllers/handlers_helm.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1302,7 +1302,7 @@ func upgradeRelease(ctx context.Context, clusterSummary *configv1beta1.ClusterSu
13021302
// a managed cluster.
13031303
// Ignore the recoverRelease result. Always return an error as we must install this release back
13041304
_ = recoverRelease(ctx, clusterSummary, requestedChart, kubeconfig, registryOptions, logger)
1305-
return fmt.Errorf("tried recovering by uininstalling first")
1305+
return fmt.Errorf("tried recovering by uninstalling first")
13061306
}
13071307
return err
13081308
}

0 commit comments

Comments
 (0)