未验证 提交 68e937a7 编写于 作者: H heyf 提交者: GitHub

Update warning message for local proxy.

上级 a2823544
......@@ -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
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册