Remove stray characters from output-dir argument
The output-dir argument seems to have gotten some stray characters.
This commit is contained in:
parent
d42ec614f2
commit
26c6623148
1 changed files with 1 additions and 1 deletions
|
@ -2377,7 +2377,7 @@ The URL of the descriptor is patched to be the passed URL"
|
||||||
)
|
)
|
||||||
|
|
||||||
(defun configuration-layer//download-elpa-file
|
(defun configuration-layer//download-elpa-file
|
||||||
(pkg-name filename archive-url output-dirkkj
|
(pkg-name filename archive-url output-dir
|
||||||
&optional signaturep readmep)
|
&optional signaturep readmep)
|
||||||
"Download FILENAME from distant ELPA repository to OUTPUT-DIR.
|
"Download FILENAME from distant ELPA repository to OUTPUT-DIR.
|
||||||
|
|
||||||
|
|
Reference in a new issue