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 f784a74  Typo
f784a74 is described below

commit f784a746c5d1a50a1f7fd29d8c52a35ed85d3789
Author: Sebb <[email protected]>
AuthorDate: Sat Sep 18 11:07:36 2021 +0100

    Typo
---
 tools/migrate.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/migrate.py b/tools/migrate.py
index 8d0a75a..d0b6ee3 100644
--- a/tools/migrate.py
+++ b/tools/migrate.py
@@ -351,4 +351,4 @@ if __name__ == "__main__":
     )
     args = parser.parse_args()
     loop = asyncio.get_event_loop()
-    loop.run_until_complete(main(args.jobs, arg.graceful))
+    loop.run_until_complete(main(args.jobs, args.graceful))

Reply via email to