bin/doom-doctor: fix void-variable it error

This commit is contained in:
Henrik Lissner 2019-07-13 23:39:31 +02:00
parent 0b28480a21
commit 7900d8a10e
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -250,7 +250,7 @@
(`nil nil)
(`empty (error! "Couldn't reach %s" url))
(`timeout (error! "Timed out trying to contact %s" ex))
(_
(it
(error! "Failed to validate %s" url)
(explain! (pp-to-string it)))))
(dolist (url '("https://self-signed.badssl.com"