fix: use correct post clone command
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
Kasper Juul Hermansen 2025-01-08 22:53:00 +01:00
parent aa1ef7041e
commit 84941de931
Signed by: kjuulh
SSH Key Fingerprint: SHA256:RjXh0p7U6opxnfd3ga/Y9TCo18FYlHFdSpRIV72S/QM

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 {