Skip to content

Commit

Permalink
download-tarball: fix log formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
dunn committed Jun 12, 2017
1 parent a967a36 commit 99bd75b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/packages.lisp
Expand Up @@ -252,7 +252,7 @@ of the information we need to get it."))
(defun download-tarball (url dep)
"Downloads and unpacks tarball from URL for DEP."
(let ((out-path (tarball-path dep)))
(format t "~%---> Downloading tarball from ~S" url)
(format t "~%---> Downloading tarball from ~A" url)
(with-open-file (f (ensure-directories-exist out-path)
:direction :output
:if-does-not-exist :create
Expand Down

0 comments on commit 99bd75b

Please sign in to comment.