Skip to content

Commit

Permalink
refactor: updated the console 0 destroy message for clarity (#1986)
Browse files Browse the repository at this point in the history
  • Loading branch information
fharper authored Jan 8, 2024
1 parent f85f53c commit 4f34ab8
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 @@ -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)
}
}
Expand Down

0 comments on commit 4f34ab8

Please sign in to comment.