describe: Fix typo in 'manifest-entry-with-provenance'.
* guix/describe.scm (manifest-entry-with-provenance): Fix first argument to 'assq'.
This commit is contained in:
parent
d8c80c671b
commit
ce2ba3431a
@ -182,7 +182,7 @@ property of manifest entries, or #f if it could not be determined."
|
||||
"Return ENTRY with an additional 'provenance' property if it's not already
|
||||
there."
|
||||
(let ((properties (manifest-entry-properties entry)))
|
||||
(if (assq 'properties properties)
|
||||
(if (assq 'provenance properties)
|
||||
entry
|
||||
(let ((item (manifest-entry-item entry)))
|
||||
(manifest-entry
|
||||
|
Loading…
Reference in New Issue
Block a user