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:
Ludovic Courtès 2021-02-22 23:33:47 +01:00
parent d8c80c671b
commit ce2ba3431a
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 1 deletions

View File

@ -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