From cdd078d5b1e866f14d3fad961e20c8fdb1a2a869 Mon Sep 17 00:00:00 2001 From: hailaz <739476267@qq.com> Date: Fri, 22 Aug 2025 18:21:18 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=AD=A3ci-main.sh=E4=B8=AD?= =?UTF-8?q?=E7=9A=84=E6=8B=BC=E5=86=99=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/scripts/ci-main.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scripts/ci-main.sh b/.github/workflows/scripts/ci-main.sh index c75552f71..3f3d27a66 100644 --- a/.github/workflows/scripts/ci-main.sh +++ b/.github/workflows/scripts/ci-main.sh @@ -19,7 +19,7 @@ for file in `find . -name go.mod`; do continue 1 fi - # package kuhecm was moved to sub ci procedure. + # package kubecm was moved to sub ci procedure. if [ "kubecm" = $(basename $dirpath) ]; then continue 1 fi