This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git
The following commit(s) were added to refs/heads/master by this push:
new 4db94d4 Typo
4db94d4 is described below
commit 4db94d481da5526880619192701321fcb4b13fdf
Author: Sebb <[email protected]>
AuthorDate: Sun Jan 23 01:24:05 2022 +0000
Typo
---
.github/workflows/integration-tests.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/integration-tests.yml
b/.github/workflows/integration-tests.yml
index 7eb3513..87f064b 100644
--- a/.github/workflows/integration-tests.yml
+++ b/.github/workflows/integration-tests.yml
@@ -62,7 +62,7 @@ jobs:
curl -sq http://localhost:8080/api/preferences.lua
- name: load Database
run: |
- tools/import-mbox.py --source tests/resources/rfc2822-A5.eml --lid
a.b.c
+ tools/import-mbox.py --source test/resources/rfc2822-A5.eml --lid a.b.c
- name: Show Database
if: always()
run: |