Skip to content

Commit 1ec8e5e

Browse files
committed
fix the error file stucture generate bugs
1 parent 3c6365f commit 1ec8e5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workflows/code_implementation_workflow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ async def create_file_structure(
182182

183183
message = f"""Analyze the following implementation plan and generate shell commands to create the file tree structure.
184184
185-
Target Directory: {target_directory}/generate_code
185+
Target Directory: {target_directory}/generate_code/
186186
187187
Implementation Plan:
188188
{plan_content}

0 commit comments

Comments
 (0)