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-unit-tests.git


The following commit(s) were added to refs/heads/master by this push:
     new 3b4d45f  Copy-paste errors
3b4d45f is described below

commit 3b4d45f7cc1afee93e7022970f4c7ea1fea22154
Author: Sebb <[email protected]>
AuthorDate: Fri Aug 21 11:57:52 2020 +0100

    Copy-paste errors
---
 .github/workflows/unittest.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/unittest.yml b/.github/workflows/unittest.yml
index 8407a12..5782b0a 100644
--- a/.github/workflows/unittest.yml
+++ b/.github/workflows/unittest.yml
@@ -44,10 +44,10 @@ jobs:
         cd ..
         python runall.py --root ponymail-0.10
         cd ponymail-0.11
-        sed -e 's/#c ropout:/cropout:' tools/ponymail.cfg.sample 
>tools/ponymail.cfg
+        sed -e 's/# cropout:/cropout:/' tools/ponymail.cfg.sample 
>tools/ponymail.cfg
         cd ..
         python runall.py --root ponymail-0.11
         cd ponymail
-        sed -e 's/#c ropout:/cropout:' tools/ponymail.cfg.sample 
>tools/ponymail.cfg
+        sed -e 's/# cropout:/cropout:/' tools/ponymail.cfg.sample 
>tools/ponymail.cfg
         cd ..
         python runall.py --root ponymail

Reply via email to