Browse Source

Replace accidentally removed import definition line in full_import.rake (#1805)

pull/1807/head
Rachael Booth 1 year ago committed by GitHub
parent
commit
e8cf28099a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      lib/tasks/full_import.rake

2
lib/tasks/full_import.rake

@ -1,3 +1,5 @@
Import = Struct.new("Import", :import_class, :import_method, :folder)
namespace :import do namespace :import do
desc "Run a full import for the institutions listed in the named file on s3" desc "Run a full import for the institutions listed in the named file on s3"
task :full, %i[institutions_csv_name] => :environment do |_task, args| task :full, %i[institutions_csv_name] => :environment do |_task, args|

Loading…
Cancel
Save