fix bool logic

feature/tls
parent 44accea231
commit 9b88c1f154

@ -148,7 +148,7 @@ func main() {
headUrl := "https://"
if !*notls {
if *notls {
headUrl = "http://"
}

Loading…
Cancel
Save