提交 6a5176fe 编写于 作者: A Andreas Kohn 提交者: GitHub

Fix typo in user-visible message

上级 7b684b88
......@@ -148,7 +148,7 @@ func runStart(cmd *cobra.Command, args []string) {
}
if keepContext {
fmt.Printf("The local Kubernetes cluster has started. The kubectl context has not been alterted, kubectl will require \"--context=%s\" to use the local Kubernetes cluster.\n", name)
fmt.Printf("The local Kubernetes cluster has started. The kubectl context has not been altered, kubectl will require \"--context=%s\" to use the local Kubernetes cluster.\n", name)
} else {
fmt.Println("Kubectl is now configured to use the cluster.")
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册