diff --git a/src/coordinator.py b/src/coordinator.py index f7af1aa..885bb9d 100644 --- a/src/coordinator.py +++ b/src/coordinator.py @@ -12,7 +12,7 @@ from src.tests_nextcloud.runner_nextcloud import RunnerNextcloud from src.tests_wordpress.runner_wordpress import RunnerWordpress from src.utils import rmtree -# Register all runners here. Each .env file with TYPE=authentik will be ran with RunnerAuthentik +# Register all runners here. Each .env file with TYPE=authentik will be run with RunnerAuthentik RUNNER_DICT: dict[str, type[Runner]] = { "authentik": RunnerAuthentik, "wordpress": RunnerWordpress,