fix: use correct post clone command
This commit is contained in:
parent
aa1ef7041e
commit
84941de931
@ -114,7 +114,7 @@ impl RootCommand {
|
|||||||
|
|
||||||
self.app
|
self.app
|
||||||
.custom_command()
|
.custom_command()
|
||||||
.execute_post_update_command(&project_path)
|
.execute_post_clone_command(&project_path)
|
||||||
.await?;
|
.await?;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user