Skip to content

Commit 00a14e4

Browse files
committed
Fix typo: Retry with HTTPS
That's actually the whole purpose of this system.
1 parent 60b11f9 commit 00a14e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ql-https.lisp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
(invoke-restart 'use-https)))))
2727
(error "We don't use HTTP here!~&URL: ~A" url))
2828
(use-https ()
29-
:report "Retry with HTTP."
29+
:report "Retry with HTTPS."
3030
(apply #'fetcher
3131
(format nil "https~A" (subseq url 4))
3232
file

0 commit comments

Comments
 (0)