mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
fix command argument
This commit is contained in:
parent
71819f1ed6
commit
3636f5d9cc
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ class CoreAddon(BaseServerAddon):
|
|||
f"{IDENTIFIER_PREFIX}.create_project_structure":
|
||||
return await executor.get_launcher_action_response(
|
||||
args=[
|
||||
"create_project_structure",
|
||||
"create-project-structure",
|
||||
"--project", project_name,
|
||||
]
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue