From 84941de9315856325bc454d270e3e6412b48e480 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Wed, 8 Jan 2025 22:53:00 +0100 Subject: [PATCH] fix: use correct post clone command --- crates/gitnow/src/commands/root.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {