summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/taler-deployment-top-reserve10
1 files 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