This commit is contained in:
Daniel 2023-12-02 15:25:22 +01:00
parent 026a293658
commit fba86f647f

View file

@ -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: