We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffb2a3c commit 161f8a7Copy full SHA for 161f8a7
misc.lisp
@@ -281,7 +281,7 @@
281
(tail-file file n)))
282
283
(defvar *failtail-credentials-file*
284
- #p"quicklisp-controller:failtail-credentials.txt")
+ #p"quicklisp-controller:dist;failtail-credentials.txt")
285
286
(defvar *failtail-credentials*
287
(zs3:file-credentials *failtail-credentials-file*))
@@ -393,7 +393,7 @@
393
(error "Can't guess project name"))
394
(when (equal name "")
395
(error "Name can't be empty"))
396
- (let ((file (project-source-filename name)))
+ (let ((file (project-name-source-file name)))
397
(restart-case
398
(when (probe-file file)
399
(error "Project already has a file"))
0 commit comments