mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 10:40:45 -08:00
missing comma in backqoute list
This commit is contained in:
parent
9333f5c295
commit
c448aae9cf
1 changed files with 1 additions and 1 deletions
|
|
@ -228,7 +228,7 @@ if one is present and login fails."
|
|||
(dbi:do-sql
|
||||
sql-connection
|
||||
(sql-insert* "users" `(:username "admin"
|
||||
:password (cl-pass:hash "admin")
|
||||
:password ,(cl-pass:hash "admin")
|
||||
:token ,(make-token)))))
|
||||
|
||||
;;;;;;;;;;;;;;;;;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue