From d6586c7dec25a703350cd9720332f8b5c09ff11c Mon Sep 17 00:00:00 2001 From: oleghasjanov Date: Mon, 21 Oct 2024 15:19:34 +0300 Subject: [PATCH] updated rake name task --- lib/tasks/whois.rake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tasks/whois.rake b/lib/tasks/whois.rake index a1bca80cd..03ba3a520 100644 --- a/lib/tasks/whois.rake +++ b/lib/tasks/whois.rake @@ -45,7 +45,7 @@ namespace :whois do end desc 'Update whois status records for zones' - task update_status: :environment do + task update_zone_statuses: :environment do DNS::Zone.all.each(&:generate_data) end end