Skip to content

Commit 992d0a0

Browse files
committed
fixup quickstart
1 parent d042f3a commit 992d0a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/warnet/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def quickstart():
6666
type=click.Path(file_okay=False, dir_okay=True, resolve_path=True),
6767
)
6868

69-
_create(project_path)
69+
create_warnet_project(Path(project_path))
7070

7171
click.echo("Setup completed successfully!")
7272
return True

0 commit comments

Comments
 (0)