From af3f0e323cda4f8c12d379ad64b1deb63fe50f14 Mon Sep 17 00:00:00 2001
From: zzjc1234 <2359047351@qq.com>
Date: Sat, 11 May 2024 21:26:19 +0800
Subject: [PATCH] fix: module name

---
 conf.toml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/conf.toml b/conf.toml
index 2d493a6..6ab0f82 100644
--- a/conf.toml
+++ b/conf.toml
@@ -1,6 +1,6 @@
 skipGitea = true
 [[stages]]
-name = "repohealth"
+name = "healthcheck"
 [stages.executor]
 name = "sandbox"
 [stages.executor.with.default]
@@ -10,8 +10,8 @@ cpuLimit = 10_000_000_000
 memoryLimit = 104_857_600
 procLimit = 50
 copyInCwd = true
-[stages.executor.with.default.copyIn.repohealth]
-src = "./../../../build/repohealth"
+[stages.executor.with.default.copyIn.healthcheck]
+src = "./../../../build/healthcheck"
 copyOut = ["stdout", "stderr"]
 [stages.executor.with.default.stdin]
 content = ""
@@ -22,7 +22,7 @@ max = 4_096
 name = "stderr"
 max = 4_096
 [stages.parser]
-name = "repohealth"
+name = "healthcheck"
 [stages.parser.with]
 score = 10
 comment = " + comment from toml conf"