~ruther/guix-local

5a61ce6bcfbd0882956e40457232da737776abe7 — Ludovic Courtès 2 years ago 264fdbc
swh: Fix docstring of ‘lookup-directory’.

* guix/swh.scm (lookup-directory): Fix docstring.

Change-Id: Ia1fd9b2bc9184364cebbd30ee84c9fdea4ba897c
1 files changed, 1 insertions(+), 1 deletions(-)

M guix/swh.scm
M guix/swh.scm => guix/swh.scm +1 -1
@@ 446,7 446,7 @@ FALSE-IF-404? is true, return #f upon 404 responses."
  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)