From e07321a690ebb637ce484288310630467403f0c4 Mon Sep 17 00:00:00 2001 From: Sameer Rahmani Date: Mon, 24 Apr 2023 19:34:20 +0100 Subject: [PATCH] Fix a type in straight's url --- core/fpkg/core.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/fpkg/core.el b/core/fpkg/core.el index f4231b0..ec23f0a 100644 --- a/core/fpkg/core.el +++ b/core/fpkg/core.el @@ -53,7 +53,7 @@ (unless (file-exists-p bootstrap-file) (with-current-buffer (url-retrieve-synchronously - "ttps://raw.githubusercontent.com/radian-software/straight.el/develop/install.el" + "https://raw.githubusercontent.com/radian-software/straight.el/develop/install.el" 'silent 'inhibit-cookies) (goto-char (point-max)) (eval-print-last-sexp)))