Skip to content

Commit

Permalink
Lowercase minikube in information message
Browse files Browse the repository at this point in the history
  • Loading branch information
Loyen committed Mar 5, 2021
1 parent 0d1d169 commit 3110bd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/drivers/kic/kic.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ func (d *Driver) Create() error {

listAddr := oci.DefaultBindIPV4
if d.NodeConfig.ListenAddress != "" && d.NodeConfig.ListenAddress != listAddr {
out.Step(style.Tip, "Minikube is not meant for production use. You are opening non-local traffic")
out.Step(style.Tip, "minikube is not meant for production use. You are opening non-local traffic")
out.WarningT("Listening to {{.listenAddr}}. This is not recommended and can cause a security vulnerability. Use at your own risk",
out.V{"listenAddr": d.NodeConfig.ListenAddress})
listAddr = d.NodeConfig.ListenAddress
Expand Down

0 comments on commit 3110bd1

Please sign in to comment.