mirror of
https://github.com/internetee/registry.git
synced 2025-07-19 17:25:57 +02:00
Rubocop update #2751
This commit is contained in:
parent
8946a476c2
commit
7ac6d6b362
5 changed files with 11 additions and 8 deletions
|
@ -22,7 +22,8 @@ end
|
|||
namespace :db do
|
||||
namespace :schema do
|
||||
task load: [:environment, :load_config] do
|
||||
puts 'Only rake db:structure:load is supported and invoked now. Otherwise zonefile generation does not work nor que.'
|
||||
puts 'Only rake db:structure:load is supported and invoked. ' \
|
||||
'Otherwise zonefile generation does not work nor que.'
|
||||
Rake::Task["db:structure:load"].invoke
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue