Skip to content

Commit

Permalink
Always reprocesses MARC files until things actually work.
Browse files Browse the repository at this point in the history
  • Loading branch information
gkostin1966 committed Sep 10, 2019
1 parent 2ea98e6 commit 06e5c3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/initializers/scheduler.rb
Expand Up @@ -32,5 +32,5 @@
# Rails.logger.info "Daily #{Time.now}"
# Rails.logger.flush
# NotifierMailer.administrators("Daily").deliver_now
AssembleMarcFiles.run
AssembleMarcFiles.run(true)
end

0 comments on commit 06e5c3b

Please sign in to comment.