We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60e7688 commit f820c00Copy full SHA for f820c00
setup_hook.py
@@ -22,7 +22,7 @@ def run_hook(release_path: str, data_path: str) -> None:
22
23
for config in configs:
24
write(
25
- f"{release_path}/config/{config}.txt",
+ f"{release_path}/configs/{config}.txt",
26
configs[config]
27
)
28
0 commit comments