Skip to content
This repository has been archived by the owner on Jun 27, 2020. It is now read-only.

Commit

Permalink
Hotfix 4.8.3 (#1920)
Browse files Browse the repository at this point in the history
Fixes mis-directed call in dul_hydra:characterize_files Rake task.
  • Loading branch information
dchandekstark authored and Jim Coble committed Oct 20, 2017
1 parent 5a07064 commit 5661173
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/dul_hydra/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module DulHydra
VERSION = "4.8.2"
VERSION = "4.8.3"
end
2 changes: 1 addition & 1 deletion lib/tasks/dul_hydra.rake
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ namespace :dul_hydra do

desc "Run FITS file characterization process on content files"
task :characterize_files, [:limit] => :environment do |t, args|
queued = DulHydra::FileCharacterization.call(args[:limit])
queued = BatchFileCharacterization.call(args[:limit])
puts "#{queued} FITS file characterization job(s) submitted for processing."
end

Expand Down

0 comments on commit 5661173

Please sign in to comment.