fix: use correct post clone command #60

Merged
kjuulh merged 1 commits from fix/use-correct-post-clone-command into main 2025-01-08 22:54:38 +01:00

View File

@ -114,7 +114,7 @@ impl RootCommand {
self.app
.custom_command()
.execute_post_update_command(&project_path)
.execute_post_clone_command(&project_path)
.await?;
}
} else {