gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-deployment] branch master updated: fix bash line bre


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: fix bash line breaks
Date: Fri, 15 Dec 2017 12:25:08 +0100

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

marcello pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 6f01fcc  fix bash line breaks
6f01fcc is described below

commit 6f01fcc7fee168cd5a9ff73ec4b02cd5106b6f43
Author: Marcello Stanisci <address@hidden>
AuthorDate: Fri Dec 15 12:24:52 2017 +0100

    fix bash line breaks
---
 bin/taler-deployment-top-reserve | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/bin/taler-deployment-top-reserve b/bin/taler-deployment-top-reserve
index 40617f3..758f16a 100755
--- a/bin/taler-deployment-top-reserve
+++ b/bin/taler-deployment-top-reserve
@@ -16,11 +16,11 @@ RESERVE=$(gnunet-ecc -p $( \
 taler-bank-transfer \
   --amount "$TALER_CONFIG_CURRENCY:100.00" \
   --bank "https://bank.$TALER_ENV_NAME.taler.net/"; \
-  --credit 2  \ # Exchange
-  --debit 8 \ # Survey
-  --L "DEBUG"
-  --pass "x"
-  --subject $RESERVE
+  --credit 2 \
+  --debit 8 \
+  --L "DEBUG" \
+  --pass "x" \
+  --subject $RESERVE \
   --user "Survey"
 
 if ! test 0 = $?; then

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]