fix: self.cfg_file is already a full path (#552)

Signed-off-by: Kenneth Jiang <kenneth.jiang@gmail.com>
This commit is contained in:
Kenneth Jiang
2024-09-29 11:33:54 -07:00
committed by GitHub
parent 6e1bffa975
commit 1f75395063

View File

@@ -132,7 +132,7 @@ class MoonrakerObico:
raise
env_file_content = env_template_file_content.replace(
"%CFG%",
f"{self.base.cfg_dir}/{self.cfg_file}",
f"{self.cfg_file}",
)
return env_file_content