gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: CLI: fix ambiguous message.


From: gnunet
Subject: [libeufin] branch master updated: CLI: fix ambiguous message.
Date: Sun, 15 Jan 2023 19:07:07 +0100

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

ms pushed a commit to branch master
in repository libeufin.

The following commit(s) were added to refs/heads/master by this push:
     new 38cb05b2 CLI: fix ambiguous message.
38cb05b2 is described below

commit 38cb05b259002d5eac494cd175c6f02a2d7effbf
Author: MS <ms@taler.net>
AuthorDate: Sun Jan 15 19:07:02 2023 +0100

    CLI: fix ambiguous message.
---
 cli/bin/libeufin-cli | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cli/bin/libeufin-cli b/cli/bin/libeufin-cli
index a2b7ced6..6072ab1d 100755
--- a/cli/bin/libeufin-cli
+++ b/cli/bin/libeufin-cli
@@ -377,7 +377,7 @@ class NexusContext:
         val = os.environ.get("LIBEUFIN_NEXUS_PASSWORD")
         if not val:
             raise click.UsageError(
-                "nexus password must be given as an argument or in 
LIBEUFIN_NEXUS_PASSWORD"
+                "Could not find the password in LIBEUFIN_NEXUS_PASSWORD"
             )
         self._nexus_password = val
         return val

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