commit 6276b687f15045419a24c9f71530aebcd69edbed parent 7844285924ea349e480750fa2b6cd3aebdb88060 Author: Florian Dold <florian@dold.me> Date: Mon, 2 Aug 2021 23:08:13 +0200 improve bad error message Diffstat:
| M | cli/bin/libeufin-cli | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git 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)