@ -33,7 +33,7 @@ fi
echo "检查GEM文件是否存在..."
# 检查GEM文件是否存在
gem_zip_file=$(find 02-forgeplus -type f -name "bundle*.zip")
if [ ! -d "$gem_zip_file" ]; then
if [ ! -f "$gem_zip_file" ]; then
echo "GEM文件不存在:02-forgeplus/bundle*.zip"
exit 1
else