Skip to content

Commit

Permalink
Merge pull request #9490 from heyf/master
Browse files Browse the repository at this point in the history
Update warning message for local proxy.
  • Loading branch information
sharifelgamal authored Oct 20, 2020
2 parents a282354 + 68e937a commit e18b312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/minikube/proxy/proxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ func SetDockerEnv() []string {
}

if isLocalProxy(u.Host) {
out.WarningT("Not passing {{.name}}={{.value}} to docker env.", out.V{"name": k, "value": v})
out.WarningT("Local proxy ignored: not passing {{.name}}={{.value}} to docker env.", out.V{"name": k, "value": v})
continue
}
}
Expand Down

0 comments on commit e18b312

Please sign in to comment.