fix: 修正ci-main.sh中的拼写错误

This commit is contained in:
hailaz
2025-08-22 18:21:18 +08:00
parent fad2bcd160
commit cdd078d5b1

View File

@ -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