[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[libeufin] branch master updated: typo
From: |
gnunet |
Subject: |
[libeufin] branch master updated: typo |
Date: |
Tue, 26 Jan 2021 15:50:33 +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 af48123 typo
af48123 is described below
commit af48123174f2bf88a81df868bc477d9d3e64031c
Author: MS <ms@taler.net>
AuthorDate: Tue Jan 26 15:50:29 2021 +0100
typo
---
nexus/src/main/kotlin/tech/libeufin/nexus/Main.kt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nexus/src/main/kotlin/tech/libeufin/nexus/Main.kt
b/nexus/src/main/kotlin/tech/libeufin/nexus/Main.kt
index 4c02bc3..27638c9 100644
--- a/nexus/src/main/kotlin/tech/libeufin/nexus/Main.kt
+++ b/nexus/src/main/kotlin/tech/libeufin/nexus/Main.kt
@@ -43,7 +43,7 @@ import java.io.File
val logger: Logger = LoggerFactory.getLogger("tech.libeufin.nexus")
val LIBEUFIN_NEXUS_DB_CONNECTION = System.getenv(
- "LIBEUFIN_NEXUS_DB_CONNECTIONS") ?:
"jdbc:sqlite:/tmp/libeufin-nexus.sqlite3"
+ "LIBEUFIN_NEXUS_DB_CONNECTION") ?:
"jdbc:sqlite:/tmp/libeufin-nexus.sqlite3"
class NexusCommand : CliktCommand() {
init {
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [libeufin] branch master updated: typo,
gnunet <=