Skip to content

Commit

Permalink
Merge pull request #238 from sul-dlss/typo
Browse files Browse the repository at this point in the history
Fix a typo in the rake task name
  • Loading branch information
justinlittman committed Apr 29, 2019
2 parents f7d85c5 + b7b5735 commit b587b9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tasks/cleaner.rake
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ task delete_all_objects: :environment do
conn.delete_by_query('*:*')
conn.commit

Rake::Task['seeds'].invoke
Rake::Task['seed'].invoke
end

desc 'Seed the repository with workflows and APOs'
Expand Down

0 comments on commit b587b9c

Please sign in to comment.