gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: fix option name


From: gnunet
Subject: [libeufin] branch master updated: fix option name
Date: Thu, 03 Nov 2022 15:00:50 +0100

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

ms pushed a commit to branch master
in repository libeufin.

The following commit(s) were added to refs/heads/master by this push:
     new 26834c7b fix option name
26834c7b is described below

commit 26834c7bde96d53ebc6a21ac18d375e3c09b2579
Author: MS <ms@taler.net>
AuthorDate: Thu Nov 3 15:00:29 2022 +0100

    fix option name
---
 sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt 
b/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt
index 8d046893..608ffab4 100644
--- a/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt
+++ b/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt
@@ -142,7 +142,7 @@ class Config : CliktCommand(
         "--show",
         help = "Only show values, other options will be ignored."
     ).flag("--no-show", default = false)
-    private val captchaUrl by option(
+    private val captchaUrlOption by option(
         "--captcha-url", help = "Needed for browser wallets."
     )
     private val currencyOption by option("--currency").default("EUR")
@@ -195,7 +195,7 @@ class Config : CliktCommand(
                         allowRegistrations = allowRegistrationsOption
                         name = nameArgument
                         this.withSignupBonus = withSignupBonusOption
-                        captchaUrl = captchaUrl
+                        captchaUrl = captchaUrlOption
                     }
                     BankAccountEntity.new {
                         iban = getIban()

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