Skip to content

Commit f820c00

Browse files
committed
Setup Hook Fix
1 parent 60e7688 commit f820c00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup_hook.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def run_hook(release_path: str, data_path: str) -> None:
2222

2323
for config in configs:
2424
write(
25-
f"{release_path}/config/{config}.txt",
25+
f"{release_path}/configs/{config}.txt",
2626
configs[config]
2727
)
2828

0 commit comments

Comments
 (0)