From 5ee6f77f72e14947a98293e84a78e27bedbd5cfc Mon Sep 17 00:00:00 2001 From: Kenta Iso Date: Mon, 9 Mar 2020 21:43:13 +0900 Subject: [PATCH] make the stopped node output clarify --- cmd/minikube/cmd/stop.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/minikube/cmd/stop.go b/cmd/minikube/cmd/stop.go index 97532cb62c..1f26eca237 100644 --- a/cmd/minikube/cmd/stop.go +++ b/cmd/minikube/cmd/stop.go @@ -62,7 +62,7 @@ func runStop(cmd *cobra.Command, args []string) { nonexistent := stop(api, *cc, n) if !nonexistent { - out.T(out.Stopped, `"{{.node_name}}" stopped.`, out.V{"node_name": n.Name}) + out.T(out.Stopped, `Node: "{{.node_name}}" stopped.`, out.V{"node_name": n.Name}) } }