From fba86f647f554d6183132a97897b7a0d4662cd9b Mon Sep 17 00:00:00 2001 From: Daniel Date: Sat, 2 Dec 2023 15:25:22 +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 4e20a69..c1bb8cb 100644 --- a/src/coordinator.py +++ b/src/coordinator.py @@ -61,7 +61,7 @@ class Coordinator: self._copy_env_files() def _copy_env_files(self): - """Copies all env filesto STATES/env_files. Files will be renamed to their own TYPE value.""" + """Copies all env files to STATES/env_files. Files will be renamed to their own TYPE value.""" env_files_dir = self.DIR.STATES / "env_files" env_files_dir.mkdir(exist_ok=True) for env_file in self.env_files: