未验证 提交 6affbc32 编写于 作者: M Medya Ghazizadeh 提交者: GitHub

Merge pull request #6867 from josedonizetti/fix-kic-service-warn-message

kic: Fix service warn message on docker/osx
......@@ -146,6 +146,7 @@ func startKicServiceTunnel(svc, configName string) {
service.PrintServiceList(os.Stdout, data)
openURLs(svc, urls)
out.T(out.WarningType, "Because you are using docker driver on Mac, the terminal needs to be open to run it.")
<-ctrlC
......@@ -173,8 +174,5 @@ func openURLs(svc string, urls []string) {
if err := browser.OpenURL(u); err != nil {
exit.WithError(fmt.Sprintf("open url failed: %s", u), err)
}
out.T(out.WarningType, "Because you are using docker driver on Mac, the terminal needs to be open to run it.")
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册