commit 8d0a6228f5105cc009efee789935b98e70cec045 parent 60a94169034def587acd45276c1335a56be42484 Author: Antoine A <> Date: Mon, 2 Dec 2024 16:38:56 +0100 typo Diffstat:
| M | nexus/src/main/kotlin/tech/libeufin/nexus/cli/Testing.kt | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nexus/src/main/kotlin/tech/libeufin/nexus/cli/Testing.kt b/nexus/src/main/kotlin/tech/libeufin/nexus/cli/Testing.kt @@ -313,7 +313,7 @@ class ExportCmt: CliktCommand("export") { val t = Terminal() for (batch in batches) { val filename = "${batch.creationDate.toDateTimeFilePath()}-${batch.messageId}.xml" - val success = YesNoPrompt("Was $filename upload sucessful?", t).ask() + val success = YesNoPrompt("Was $filename upload successful?", t).ask() if (success == true) { db.initiated.batchSubmissionSuccess(batch.id, now, null) } else if (success == false) {