bin/doom-doctor: fix void-variable it error
This commit is contained in:
parent
0b28480a21
commit
7900d8a10e
1 changed files with 1 additions and 1 deletions
|
@ -250,7 +250,7 @@
|
||||||
(`nil nil)
|
(`nil nil)
|
||||||
(`empty (error! "Couldn't reach %s" url))
|
(`empty (error! "Couldn't reach %s" url))
|
||||||
(`timeout (error! "Timed out trying to contact %s" ex))
|
(`timeout (error! "Timed out trying to contact %s" ex))
|
||||||
(_
|
(it
|
||||||
(error! "Failed to validate %s" url)
|
(error! "Failed to validate %s" url)
|
||||||
(explain! (pp-to-string it)))))
|
(explain! (pp-to-string it)))))
|
||||||
(dolist (url '("https://self-signed.badssl.com"
|
(dolist (url '("https://self-signed.badssl.com"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue