From a269cc8ddc47e1061178fa0028b75f3d540541ff Mon Sep 17 00:00:00 2001 From: Simon Emms Date: Tue, 17 Sep 2024 08:29:21 +0000 Subject: [PATCH] fix(google): fix typo --- cmd/google/command.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/google/command.go b/cmd/google/command.go index e53ac8858..982624b99 100644 --- a/cmd/google/command.go +++ b/cmd/google/command.go @@ -120,7 +120,7 @@ func Destroy() *cobra.Command { destroyCmd := &cobra.Command{ Use: "destroy", Short: "destroy the kubefirst platform", - Long: "destroy the kubefirst platform running in Goole and remove all resources", + Long: "destroy the kubefirst platform running in Google and remove all resources", RunE: common.Destroy, // PreRun: common.CheckDocker, }