Skip to content

Commit

Permalink
removing duplicate message for successful consul installation.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmurret committed Sep 28, 2022
1 parent 9d4e98c commit aafa9af
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cli/cmd/install/install.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit aafa9af

Please sign in to comment.