Skip to content
This repository has been archived by the owner on Sep 13, 2024. It is now read-only.

Commit

Permalink
Merge pull request #72 from PatrickLaabs/71-feat-re-work-how-we-delet…
Browse files Browse the repository at this point in the history
…e-already-provisioned-clusters-on-local-development
  • Loading branch information
PatrickLaabs authored Mar 11, 2024
2 parents e0acb6c + ef160f2 commit 0b76d86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/common/postbootstrap/postbootstrap.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
func DeleteBootstrapcluster() {
println(color.YellowString("deleting bootstrap cluster.."))

cmd := exec.Command("kind", "delete", "clusters",
cmd := exec.Command("frigg", "delete", "clusters",
"bootstrapcluster",
)

Expand Down

0 comments on commit 0b76d86

Please sign in to comment.