Skip to content

Commit

Permalink
fix: update messaging for launch up success for something clearer (#1912
Browse files Browse the repository at this point in the history
)
  • Loading branch information
fharper authored Nov 17, 2023
1 parent 360973a commit ada2248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/launch/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -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`")
}
}

Expand Down

0 comments on commit ada2248

Please sign in to comment.