mirror of
https://github.com/correl/melpa.git
synced 2024-11-14 19:19:32 +00:00
Add missing arg to cl-assert call in recipe check
This commit is contained in:
parent
9428a70292
commit
49ceee7b4e
1 changed files with 1 additions and 0 deletions
|
@ -811,6 +811,7 @@ of the same-named package which is to be kept."
|
|||
(cl-assert pkg-name)
|
||||
(cl-assert (symbolp pkg-name))
|
||||
(cl-assert (string= (symbol-name pkg-name) (file-name-nondirectory file-name))
|
||||
nil
|
||||
"Recipe '%s' contains mismatched package name '%s'"
|
||||
(file-name-nondirectory file-name)
|
||||
(car pkg-info))
|
||||
|
|
Loading…
Reference in a new issue