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`") } }