From 3dd311e3a059131ef245417106d4fb659222ef3c Mon Sep 17 00:00:00 2001
From: Tobias Geerinckx-Rice <me@tobias.gr>
Date: Mon, 17 Feb 2020 11:48:50 +0100
Subject: [PATCH] bootstrap: Fix typo.
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

* bootstrap: Substitute ‘guix-cookbook’ for copy/pasted ‘guix-manual’.

Reported-by: jetomit on #guix
---
 bootstrap | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bootstrap b/bootstrap
index c9e7a084a11..a47269d87f1 100755
--- a/bootstrap
+++ b/bootstrap
@@ -16,7 +16,7 @@ for lang in ${langs}; do
     fi
 done
 langs=`find po/doc -type f -name 'guix-cookbook*.po' \
-        | sed -e 's,guix-manual\.,,' \
+        | sed -e 's,guix-cookbook\.,,' \
         | xargs -n 1 -I{} basename {} .po`
 for lang in ${langs}; do
     if [ ! -e "doc/guix-cookbook.${lang}.texi" ]; then
-- 
GitLab