From 0841438a17587f966c2fe4ed1cd6d55fe7151b3d Mon Sep 17 00:00:00 2001 From: cxt <853663049@qq.com> Date: Fri, 17 Jan 2020 11:53:50 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/tasks/zip_pack.rake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tasks/zip_pack.rake b/lib/tasks/zip_pack.rake index 06598d56e..2f11cfe5a 100644 --- a/lib/tasks/zip_pack.rake +++ b/lib/tasks/zip_pack.rake @@ -30,7 +30,7 @@ namespace :zip_pack do folders << new_folder end - puts "下载路径: #{folders.join(",")}" + puts "下载路径: #{folders.join(",")}" end end