cosmetics
This commit is contained in:
parent
1ddfffa843
commit
88339bf3f2
5 changed files with 9 additions and 9 deletions
2
main.go
2
main.go
|
|
@ -244,7 +244,7 @@ func main() {
|
|||
}
|
||||
url := fmt.Sprintf("%s://%s/#%s\n", scheme, domain, secret)
|
||||
readyMsg := "ready: " + url
|
||||
qrCode, _ := GenerateQRCode(url, terminalSupportsColor(os.Stderr.Fd()))
|
||||
qrCode, _ := GenerateQRCode(url, TerminalSupportsColor(os.Stderr.Fd()))
|
||||
readyMsg += qrCode
|
||||
if !tls {
|
||||
readyMsg += ("" +
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue