Skip to content

Commit

Permalink
fix(google): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsimonemms committed Sep 17, 2024
1 parent 9a30533 commit a269cc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/google/command.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}
Expand Down

0 comments on commit a269cc8

Please sign in to comment.