diff options
author | Florian Dold <florian.dold@gmail.com> | 2020-06-14 19:10:28 +0530 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2020-06-14 19:10:28 +0530 |
commit | 9c752b3d031dbbb06544553dc71fcfebfe7fdb05 (patch) | |
tree | 41638a95d809a51ab4fa052f25b569a0f8f8d424 /contrib | |
parent | 4f5df0c9e377f61d08ea2c496a764533dd82229f (diff) |
adjust LibEuFin binary names
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/taler-nexus-prepare | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/taler-nexus-prepare b/contrib/taler-nexus-prepare index d7466fcfe..66a0b1c1e 100755 --- a/contrib/taler-nexus-prepare +++ b/contrib/taler-nexus-prepare @@ -36,7 +36,7 @@ def assertResponse(response): return response # Create a nexus (super-) user -call(["nexus", +check_call(["libeufin-nexus", "superuser", "--db-name", "/tmp/nexus-exchange-test.sqlite3", "Exchange", |