diff --git a/deploy/profile-scripts/preflight_verify.py b/deploy/profile-scripts/preflight_verify.py index 496009b6..e4686ebc 100644 --- a/deploy/profile-scripts/preflight_verify.py +++ b/deploy/profile-scripts/preflight_verify.py @@ -147,7 +147,7 @@ def check_cron_timestamps(): def check_prompt_sync(): """检查注册的cron prompt版本与jobs.json实际运行的是否一致""" try: - reg_path = "/home/hmo/projects/MoFin/data/prompts/registry.json" + reg_path = "/home/hmo/MoFin/data/prompts/registry.json" cron_path = "/home/hmo/.hermes/profiles/position-analyst/cron/jobs.json" if not os.path.exists(reg_path) or not os.path.exists(cron_path): check("提示词一致性", False, "registry或jobs.json不存在")