Skip to content

Commit 312905c

Browse files
committed
fix: update folder path to create
1 parent 4057601 commit 312905c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agentserve/cli.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def init(project_name, framework):
5050
return
5151

5252
# Define the list of target directories to be created
53-
target_dirs = ['agent']
53+
target_dirs = ['agents']
5454

5555
# Create project directory
5656
project_path.mkdir()

0 commit comments

Comments
 (0)