diff --git a/internal/launch/cmd.go b/internal/launch/cmd.go index 40c823839..126922625 100644 --- a/internal/launch/cmd.go +++ b/internal/launch/cmd.go @@ -574,7 +574,7 @@ func Down(inCluster bool) { if !inCluster { successMsg := ` ### -#### :tada: Success` + "`Your k3d kubefirst platform has been destroyed.`" +#### :tada: Success` + "`Your kubefirst platform provisioner has been destroyed.`" progress.Success(successMsg) } }