gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] branch master updated: check for pandoc instead of html


From: gnunet
Subject: [taler-exchange] branch master updated: check for pandoc instead of htmlark in bootstrap
Date: Mon, 04 Mar 2024 23:40:04 +0100

This is an automated email from the git hooks/post-receive script.

ivan-avalos pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 96fddd8b check for pandoc instead of htmlark in bootstrap
96fddd8b is described below

commit 96fddd8b71e028067e3a8280c2887d572a9ffb8d
Author: Iván Ávalos <avalos@disroot.org>
AuthorDate: Mon Mar 4 16:40:00 2024 -0600

    check for pandoc instead of htmlark in bootstrap
---
 bootstrap | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/bootstrap b/bootstrap
index 10bd617f..a2d0c3b5 100755
--- a/bootstrap
+++ b/bootstrap
@@ -8,9 +8,8 @@ if ! git --version >/dev/null; then
   exit 1
 fi
 
-if ! htmlark --version >/dev/null; then
-  echo "htmlark not installed"
-  echo "Run 'pip install htmlark'"
+if ! pandoc --version >/dev/null; then
+  echo "pandoc not installed"
   exit 1
 fi
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]