diff --git a/pkg/platform/clihelper/clihelper.go b/pkg/platform/clihelper/clihelper.go index 70f9e134f0..b79e338bfc 100644 --- a/pkg/platform/clihelper/clihelper.go +++ b/pkg/platform/clihelper/clihelper.go @@ -165,7 +165,7 @@ func GetLoftIngressHost(ctx context.Context, kubeClient kubernetes.Interface, na } } - return "", fmt.Errorf(product.Replace("couldn't find any host in loft ingress '%s/loft-ingress', please make sure you have not changed any deployed resources"), namespace) + return "", fmt.Errorf("couldn't find any host in loft ingress '%s/loft-ingress', please make sure you have not changed any deployed resources", namespace) } func WaitForReadyLoftPod(ctx context.Context, kubeClient kubernetes.Interface, namespace string, log log.Logger) (*corev1.Pod, error) {