commit 7d905787737c9f931c90258af96ac8c8a4de80e8 parent f052c1b50bb405fc99507ab478cc93547e9bd1f6 Author: Antoine A <> Date: Tue, 30 Jul 2024 16:53:49 +0200 typo Diffstat:
| M | nexus/src/main/kotlin/tech/libeufin/nexus/cli/EbicsFetch.kt | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nexus/src/main/kotlin/tech/libeufin/nexus/cli/EbicsFetch.kt b/nexus/src/main/kotlin/tech/libeufin/nexus/cli/EbicsFetch.kt @@ -290,7 +290,7 @@ class EbicsFetch: CliktCommand("Downloads and parse EBICS files from the bank an } val delay = nextFullRun - now if (wssNotification == null) { - logger.info("Runnning at frequency") + logger.info("Running at frequency") delay(delay) } else { val notifications = withTimeoutOrNull(delay) {