fix path typo
Some checks failed
Lint / lint (push) Failing after 6s
release-tag / release-image (push) Failing after 16s

This commit is contained in:
Logan Cusano
2025-10-23 03:07:04 -04:00
parent 960070d655
commit abd7dc1645

View File

@@ -22,7 +22,7 @@ def generate_liquid_script(config: IcecastConfig):
print(f" - Replaced placeholder {placeholder}")
# Write the processed content to the output path
output_path = "/config/op25.liq"
output_path = "/configs/op25.liq"
with open(output_path, 'a+') as f:
f.write(content)