[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#68741] [PATCH 6/6] swh: Fix docstring of ‘lookup-directory’.
From: |
Ludovic Courtès |
Subject: |
[bug#68741] [PATCH 6/6] swh: Fix docstring of ‘lookup-directory’. |
Date: |
Fri, 26 Jan 2024 18:25:06 +0100 |
* guix/swh.scm (lookup-directory): Fix docstring.
Change-Id: Ia1fd9b2bc9184364cebbd30ee84c9fdea4ba897c
---
guix/swh.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/guix/swh.scm b/guix/swh.scm
index be1eb7d151..04cecd854c 100644
--- a/guix/swh.scm
+++ b/guix/swh.scm
@@ -446,7 +446,7 @@ (define-query (lookup-revision id)
json->revision)
(define-query (lookup-directory id)
- "Return the directory with the given ID."
+ "Return the list of entries of the directory with the given ID."
(path "/api/1/directory" id)
json->directory-entries)
--
2.41.0
- [bug#68741] [PATCH 0/6] Content-addressed downloads from Software Heritage, Ludovic Courtès, 2024/01/26
- [bug#68741] [PATCH 1/6] swh: ‘vault-fetch’ follows redirects., Ludovic Courtès, 2024/01/26
- [bug#68741] [PATCH 2/6] swh: Add bindings for the “ExtID” API., Ludovic Courtès, 2024/01/26
- [bug#68741] [PATCH 3/6] swh: Add ‘swh-download-directory-by-nar-hash’., Ludovic Courtès, 2024/01/26
- [bug#68741] [PATCH 5/6] git-download: Download from SWH by nar hash when possible., Ludovic Courtès, 2024/01/26
- [bug#68741] [PATCH 4/6] lint: archival: Check with ‘lookup-directory-by-nar-hash’., Ludovic Courtès, 2024/01/26
- [bug#68741] [PATCH 6/6] swh: Fix docstring of ‘lookup-directory’.,
Ludovic Courtès <=
- [bug#68741] [PATCH 0/6] Content-addressed downloads from Software Heritage, Ludovic Courtès, 2024/01/26