Browse Source

fix: image status message

make_cert_optional
Otto Suess 6 years ago
parent
commit
b21c73f0e2
No known key found for this signature in database GPG Key ID: F7EFC44C2C240A11
  1. 2
      zapconnect.go

2
zapconnect.go

@ -102,7 +102,7 @@ func main() {
fmt.Println(string(certB))
} else if loadedConfig.ZapConnect.Image {
qrcode.WriteFile(string(certB), qrcode.Medium, 512, "zapconnect-qr.png")
fmt.Println("Outputed QRCode to file \"zapconnect-qr.png\"")
fmt.Println("Wrote QR Code to file \"zapconnect-qr.png\"")
} else {
obj := qrcodeTerminal.New()
obj.Get(string(certB)).Print()

Loading…
Cancel
Save