Skip to content

Commit

Permalink
normalize DataCore modules to Datacore
Browse files Browse the repository at this point in the history
  • Loading branch information
aploshay committed Mar 30, 2024
1 parent 7162988 commit e48ac28
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions lib/tasks/download_archival_files.rake
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ namespace :datacore do

desc "Download archival files"
task download_archival_files: :environment do
DataCore::DownloadArchivalFilesTask.new.run
Datacore::DownloadArchivalFilesTask.new.run
end

end

module DataCore
module Datacore
class DownloadArchivalFilesTask
include ActionView::Helpers::NumberHelper

Expand Down
4 changes: 2 additions & 2 deletions lib/tasks/ingest_files.rake
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ namespace :datacore do

desc "Ingest dataset files from directory for previously created datasets."
task ingest_directory: :environment do
DataCore::IngestFilesFromDirectoryTask.new.run
Datacore::IngestFilesFromDirectoryTask.new.run
end

end

module DataCore
module Datacore

class IngestFilesFromDirectoryTask
include ActionView::Helpers::NumberHelper
Expand Down

0 comments on commit e48ac28

Please sign in to comment.