From 229969aa540e97962fa6d3e203be4686cbd8ddc0 Mon Sep 17 00:00:00 2001 From: Asare Worae Date: Thu, 3 Sep 2020 10:02:07 +0200 Subject: [PATCH] fix grammer --- cmd/minikube/cmd/start.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/minikube/cmd/start.go b/cmd/minikube/cmd/start.go index 04b06896f8..03e76c6000 100644 --- a/cmd/minikube/cmd/start.go +++ b/cmd/minikube/cmd/start.go @@ -210,7 +210,7 @@ func runStart(cmd *cobra.Command, args []string) { if viper.GetBool(createMount) { mount := viper.GetString(mountString) if len(existing.ContainerVolumeMounts) != 1 || existing.ContainerVolumeMounts[0] != mount { - out.WarningT("Due to the limitations of {{.driver}}, it's not possible to change mount configuration of an existing cluster.", out.V{"driver": existing.Driver}) + out.WarningT("Due to the limitations of {{.driver}}, it's not possible to the change mount configuration of an existing cluster.", out.V{"driver": existing.Driver}) out.WarningT("If necessary delete and recreate the cluster, proceeding with old mount configuration") } }