diff --git a/crates/gitnow/src/commands/root.rs b/crates/gitnow/src/commands/root.rs index e1ee289..fa5434f 100644 --- a/crates/gitnow/src/commands/root.rs +++ b/crates/gitnow/src/commands/root.rs @@ -114,7 +114,7 @@ impl RootCommand { self.app .custom_command() - .execute_post_update_command(&project_path) + .execute_post_clone_command(&project_path) .await?; } } else {