gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: improve bad error message


From: gnunet
Subject: [libeufin] branch master updated: improve bad error message
Date: Mon, 02 Aug 2021 23:08:28 +0200

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

dold pushed a commit to branch master
in repository libeufin.

The following commit(s) were added to refs/heads/master by this push:
     new 6276b68  improve bad error message
6276b68 is described below

commit 6276b687f15045419a24c9f71530aebcd69edbed
Author: Florian Dold <florian@dold.me>
AuthorDate: Mon Aug 2 23:08:13 2021 +0200

    improve bad error message
---
 cli/bin/libeufin-cli | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cli/bin/libeufin-cli b/cli/bin/libeufin-cli
index 50af94a..4378ae1 100755
--- a/cli/bin/libeufin-cli
+++ b/cli/bin/libeufin-cli
@@ -36,8 +36,8 @@ def fetch_env():
         nexus_password = os.environ["LIBEUFIN_NEXUS_PASSWORD"]
     except KeyError:
         print(
-            "Please ensure that NEXUS_BASE_URL,"
-            " NEXUS_USERNAME, NEXUS_PASSWORD exist"
+            "Please ensure that LIBEUFIN_NEXUS_URL,"
+            " LIBEUFIN_NEXUS_USERNAME, LIBEUFIN_NEXUS_PASSWORD exist"
             " in the environment"
         )
         sys.exit(1)

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