mirror of
https://github.com/internetee/registry.git
synced 2025-07-27 13:06:18 +02:00
updated rake name task
This commit is contained in:
parent
156fc8194d
commit
d6586c7dec
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ namespace :whois do
|
||||||
end
|
end
|
||||||
|
|
||||||
desc 'Update whois status records for zones'
|
desc 'Update whois status records for zones'
|
||||||
task update_status: :environment do
|
task update_zone_statuses: :environment do
|
||||||
DNS::Zone.all.each(&:generate_data)
|
DNS::Zone.all.each(&:generate_data)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue