gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] 02/02: fix typo: s/nexus/sandbox/ in error message


From: gnunet
Subject: [libeufin] 02/02: fix typo: s/nexus/sandbox/ in error message
Date: Tue, 01 Feb 2022 04:42:32 +0100

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

ttn pushed a commit to branch master
in repository libeufin.

commit c151b861ca3e6691a28777dee1fa08eea8f94c5b
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
AuthorDate: Mon Jan 31 22:40:03 2022 -0500

    fix typo: s/nexus/sandbox/ in error 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 b7f11ffa..ac1f2951 100755
--- a/cli/bin/libeufin-cli
+++ b/cli/bin/libeufin-cli
@@ -1275,7 +1275,7 @@ def sandbox_demobank_register(obj, public):
         )
     except Exception as e:
         print(e)
-        print("Could not reach nexus at " + url)
+        print("Could not reach sandbox at " + url)
         exit(1)
     check_response_status(resp)
 

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