Skip to content

Commit

Permalink
fixed code refrencing to loft from clihelper.go & helper.go 2381
Browse files Browse the repository at this point in the history
Signed-off-by: Rashi Chaubal <[email protected]>
  • Loading branch information
12rashic committed Jan 7, 2025
1 parent 7fe332c commit 789f6ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/platform/clihelper/clihelper.go
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 789f6ba

Please sign in to comment.