removed printing cname path
This commit is contained in:
parent
55613d717f
commit
b97bd2b99d
1 changed files with 0 additions and 1 deletions
|
@ -67,7 +67,6 @@ Additional args to render CONTENT can be passed via RENDER-ARGS."
|
||||||
(let ((cname-filename (rel-path "" "~a/CNAME" new-build))
|
(let ((cname-filename (rel-path "" "~a/CNAME" new-build))
|
||||||
(stripped-url (puri:uri-host (puri:parse-uri
|
(stripped-url (puri:uri-host (puri:parse-uri
|
||||||
(domain *config*)))))
|
(domain *config*)))))
|
||||||
(format t "~a" cname-filename)
|
|
||||||
(with-open-file (cname cname-filename
|
(with-open-file (cname cname-filename
|
||||||
:direction :output
|
:direction :output
|
||||||
:if-exists :supersede)
|
:if-exists :supersede)
|
||||||
|
|
Loading…
Add table
Reference in a new issue