We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ec4eb22 + cbe1823 commit 7e3d8a0Copy full SHA for 7e3d8a0
install.el
@@ -118,9 +118,10 @@
118
;; the recipe specification, and forgot to update which repository
119
;; their init-file downloaded install.el from).
120
(dolist (lockfile-name (mapcar #'cdr straight-profiles))
121
- (let ((lockfile-path (concat straight-install-dir
122
- "straight/versions/"
123
- lockfile-name)))
+ (let ((lockfile-path
+ (expand-file-name
+ lockfile-name
124
+ (concat straight-install-dir "straight/versions"))))
125
(when (file-exists-p lockfile-path)
126
(condition-case nil
127
(with-temp-buffer
0 commit comments