Skip to content

Commit

Permalink
fixup quickstart
Browse files Browse the repository at this point in the history
  • Loading branch information
willcl-ark committed Aug 23, 2024
1 parent d042f3a commit 992d0a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/warnet/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def quickstart():
type=click.Path(file_okay=False, dir_okay=True, resolve_path=True),
)

_create(project_path)
create_warnet_project(Path(project_path))

click.echo("Setup completed successfully!")
return True
Expand Down

0 comments on commit 992d0a0

Please sign in to comment.