Skip to content

Commit 161f8a7

Browse files
committed
Fix path to source by name.
1 parent ffb2a3c commit 161f8a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

misc.lisp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@
281281
(tail-file file n)))
282282

283283
(defvar *failtail-credentials-file*
284-
#p"quicklisp-controller:failtail-credentials.txt")
284+
#p"quicklisp-controller:dist;failtail-credentials.txt")
285285

286286
(defvar *failtail-credentials*
287287
(zs3:file-credentials *failtail-credentials-file*))
@@ -393,7 +393,7 @@
393393
(error "Can't guess project name"))
394394
(when (equal name "")
395395
(error "Name can't be empty"))
396-
(let ((file (project-source-filename name)))
396+
(let ((file (project-name-source-file name)))
397397
(restart-case
398398
(when (probe-file file)
399399
(error "Project already has a file"))

0 commit comments

Comments
 (0)