From 7900d8a10ea1ba7d63c06faa4b59b24a4be5661d Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sat, 13 Jul 2019 23:39:31 +0200 Subject: [PATCH] bin/doom-doctor: fix void-variable it error --- bin/doom-doctor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/doom-doctor b/bin/doom-doctor index 75aca5a2b..8560bd086 100755 --- a/bin/doom-doctor +++ b/bin/doom-doctor @@ -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"