From 486c14b0cde04766ca970d63656148bce340fb82 Mon Sep 17 00:00:00 2001 From: John Murret Date: Wed, 28 Sep 2022 10:56:42 -0600 Subject: [PATCH] removing duplicate message for successful consul installation. --- cli/cmd/install/install.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cli/cmd/install/install.go b/cli/cmd/install/install.go index ecb8f3d67e..785e66206a 100644 --- a/cli/cmd/install/install.go +++ b/cli/cmd/install/install.go @@ -441,7 +441,6 @@ func (c *Command) installConsul(valuesYaml []byte, vals map[string]interface{}, return err } - c.UI.Output("%s installed in namespace %q.", common.ReleaseTypeConsul, c.flagNamespace, terminal.WithSuccessStyle()) return nil }