From db2be886ab0d9b75e51076e8649c4dd89414d85d Mon Sep 17 00:00:00 2001
From: Hydraallen <wangruiallen@gmail.com>
Date: Sun, 25 Aug 2024 23:29:55 +0800
Subject: [PATCH] fix: output

---
 examples/healthcheck/repoverify | 2 +-
 pkg/healthcheck/verify.go       | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/examples/healthcheck/repoverify b/examples/healthcheck/repoverify
index f9bed91..1c23924 160000
--- a/examples/healthcheck/repoverify
+++ b/examples/healthcheck/repoverify
@@ -1 +1 @@
-Subproject commit f9bed916b7b8af0175210837a67b24fab614508e
+Subproject commit 1c2392436643d53782eccd4e37958811e7ecd480
diff --git a/pkg/healthcheck/verify.go b/pkg/healthcheck/verify.go
index e5d81a5..2b04363 100644
--- a/pkg/healthcheck/verify.go
+++ b/pkg/healthcheck/verify.go
@@ -85,6 +85,7 @@ func VerifyFiles(rootDir string,checkFileNameList string, checkFileSumList strin
 		for _, msg := range errorMessages {
 			return fmt.Errorf(msg)
 		}
+		return fmt.Errorf("Please revert your changes or contact the teaching team if you have a valid reason for adjusting them.")
 	}
 	return nil
 }