Rubocop update #2751

This commit is contained in:
Priit Tark 2015-07-03 15:40:29 +03:00
parent 8946a476c2
commit 7ac6d6b362
5 changed files with 11 additions and 8 deletions

View file

@ -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