mirror of
https://github.com/correl/melpa.git
synced 2024-11-14 19:19:32 +00:00
fix printing in package-build
This commit is contained in:
parent
4c1b957710
commit
4e2cdca969
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@
|
|||
(current-buffer) nil "pull"))
|
||||
)
|
||||
(t
|
||||
(print "cloning %s to %s" repo dir)
|
||||
(print (format "cloning %s to %s" repo dir))
|
||||
(process-file
|
||||
"git" nil
|
||||
(current-buffer)
|
||||
|
|
Loading…
Reference in a new issue