gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: shfmt


From: gnunet
Subject: [taler-deployment] branch master updated: shfmt
Date: Thu, 06 Apr 2023 14:19:31 +0200

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

dold pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 6051ff2  shfmt
6051ff2 is described below

commit 6051ff21e0056695e5ea6f3a68ae9771da73fee9
Author: Florian Dold <florian@dold.me>
AuthorDate: Thu Apr 6 14:19:29 2023 +0200

    shfmt
---
 netzbon/transfer.sh | 21 ++++++++++-----------
 1 file changed, 10 insertions(+), 11 deletions(-)

diff --git a/netzbon/transfer.sh b/netzbon/transfer.sh
index 35ef224..1b112c7 100755
--- a/netzbon/transfer.sh
+++ b/netzbon/transfer.sh
@@ -5,17 +5,16 @@ set -eu
 
 source functions.sh
 
-if test -z "${3:-}"
-then
-    say "This tool allows you to send funds from the 'admin' account"
-    say "to a normal user's bank account within the system for testing."
-    say " "
-    say "Call with three arguments:"
-    say "1) target bank account name to credit"
-    say "2) amount to transfer (e.g. ${CURRENCY:-CURRENCY}:42.42)"
-    say "3) wire transfer subject to use"
-    say " "
-    exit 1
+if test -z "${3:-}"; then
+  say "This tool allows you to send funds from the 'admin' account"
+  say "to a normal user's bank account within the system for testing."
+  say " "
+  say "Call with three arguments:"
+  say "1) target bank account name to credit"
+  say "2) amount to transfer (e.g. ${CURRENCY:-CURRENCY}:42.42)"
+  say "3) wire transfer subject to use"
+  say " "
+  exit 1
 fi
 
 source /etc/libeufin/sandbox.env

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