From e9c7009c39ad94a0936cf8b870706f472a873310 Mon Sep 17 00:00:00 2001 From: xxq250 Date: Thu, 23 Mar 2023 14:10:33 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=9F=E8=AE=A1=E6=8F=90=E4=BA=A4=E6=95=B0ra?= =?UTF-8?q?ke?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/tasks/total_commit_count.rake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tasks/total_commit_count.rake b/lib/tasks/total_commit_count.rake index e121dcff5..7c0f8b470 100644 --- a/lib/tasks/total_commit_count.rake +++ b/lib/tasks/total_commit_count.rake @@ -1,6 +1,6 @@ namespace :total_commit_count do desc "total_commit_count" - task git_demo_raw: :environment do + task done: :environment do project_name = ENV['name'] || "mindspore" puts "project_id=================#{project_name}" projects = Project.where("name like ?", "%#{project_name}%")