commit ea95bb30388b81c9743a3ea99f4b6f214c65b2d7 parent bc6b1224ca13875947b4f573fc46bfac86fab53a Author: ms <ms@taler.net> Date: Mon, 17 Jan 2022 19:45:33 +0100 apply TTN's patch Diffstat:
| M | sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt b/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt @@ -175,7 +175,7 @@ class Config : CliktCommand("Insert one configuration into the database") { */ class Camt053Tick : CliktCommand( "Make a new Camt.053 time tick; all the fresh transactions" + - "will be inserted in a new Camt.053 report" + " will be inserted in a new Camt.053 report" ) { override fun run() { val dbConnString = getDbConnFromEnv(SANDBOX_DB_ENV_VAR_NAME)