This commit is contained in:
黄伟韬 2024-10-12 16:28:37 +08:00
parent c280fcd885
commit 253853ef8e

View file

@ -101,7 +101,7 @@ class Engineer2(RoleZero):
"CodeReview.review": cr.review,
"CodeReview.fix": cr.fix,
"Terminal.run_command": self.terminal.run_command,
"Deployer.deploy_to_public": self.deployer.deploy_to_public,
"Deployer.deploy_to_public": self.deploy_to_public,
}
)