mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-19 05:39:18 +02:00
Fixing upload with passwords.
This commit is contained in:
parent
24a880ad28
commit
93406a98ee
1 changed files with 1 additions and 1 deletions
|
@ -844,7 +844,7 @@
|
|||
(sha-256 (string-append email raw-password))))))
|
||||
|
||||
(define (upload-package cfg spec package . o)
|
||||
(let ((password `(pw (value ,(get-password cfg))))
|
||||
(let ((password `(pw (value . ,(get-password cfg package))))
|
||||
(pkg (if (string? package)
|
||||
`(u (file . ,package))
|
||||
`(u (file . ,(if (pair? o) (car o) "package.tgz"))
|
||||
|
|
Loading…
Add table
Reference in a new issue