minor fix

pull/6970/head
Sharif Elgamal 2020-03-09 12:39:58 -07:00 committed by GitHub
parent 5960e9b6c4
commit 3b900cb308
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ func runStop(cmd *cobra.Command, args []string) {
nonexistent := stop(api, *cc, n)
if !nonexistent {
out.T(out.Stopped, `Node: "{{.node_name}}" stopped.`, out.V{"node_name": n.Name})
out.T(out.Stopped, `Node "{{.node_name}}" stopped.`, out.V{"node_name": n.Name})
}
}