From 2394d2fd9bda1ccc246b5c45bf33ab979d44fd05 Mon Sep 17 00:00:00 2001 From: Daniel Date: Thu, 30 Nov 2023 12:00:53 +0100 Subject: [PATCH] typo --- src/coordinator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,