From 814ee4d14f5f923d7ec313978901abe6b1086836 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Harper?= Date: Fri, 17 Nov 2023 13:37:45 -0500 Subject: [PATCH] fix: update messaging for launch up success for something clearer --- internal/launch/cmd.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/launch/cmd.go b/internal/launch/cmd.go index 716ece703..e32720840 100644 --- a/internal/launch/cmd.go +++ b/internal/launch/cmd.go @@ -570,7 +570,7 @@ func Up(additionalHelmFlags []string, inCluster bool, useTelemetry bool) { if !inCluster { progress.Success(` ### -#### :tada: Success` + "`Kubefirst Cluster is now up and running`") +#### :tada: Success` + "`Your kubefirst platform provisioner is ready`") } }