kic on mac: add service warn

pull/6811/head
Jose Donizetti 2020-02-26 22:16:50 -03:00
parent 1752d7c004
commit 5d8f2541f6
1 changed files with 2 additions and 0 deletions

View File

@ -175,6 +175,8 @@ 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.")
}
}