lib/katello/tasks/delete_orphaned_content.rake in katello-3.0.2 vs lib/katello/tasks/delete_orphaned_content.rake in katello-3.1.0.rc1

- old
+ new

@@ -1,6 +1,6 @@ namespace :katello do - task :delete_orphaned_content => ["environment"] do + task :delete_orphaned_content => ["environment"] do User.current = User.anonymous_admin Katello::Repository.delete_orphaned_content puts _("Orphaned content deletion started in background.") end end