fix: allow :protocol keyword in package!
Co-authored-by: Chris Rose <chrisros@amazon.com>
This commit is contained in:
parent
f350a28db2
commit
3a7eab38ad
1 changed files with 1 additions and 1 deletions
|
@ -530,7 +530,7 @@ elsewhere."
|
||||||
(cl-destructuring-bind
|
(cl-destructuring-bind
|
||||||
(&key local-repo _files _flavor
|
(&key local-repo _files _flavor
|
||||||
_build _pre-build _post-build _includes
|
_build _pre-build _post-build _includes
|
||||||
_type _repo _host _branch
|
_type _repo _host _branch _protocol
|
||||||
_remote _nonrecursive _fork _depth)
|
_remote _nonrecursive _fork _depth)
|
||||||
recipe
|
recipe
|
||||||
;; Expand :local-repo from current directory
|
;; Expand :local-repo from current directory
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue