Skip to content

Commit

Permalink
Merge pull request #4219 from Ana06/fix-task
Browse files Browse the repository at this point in the history
[frontend] Fix project_log_rotate_manually task
  • Loading branch information
bgeuken authored Dec 12, 2017
2 parents f8b183c + 11d432b commit 4f902b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/lib/tasks/project_log_rotate_manually.rake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
desc 'Run project log rotate job manually'
task :project_log_rotate_manually do
task(project_log_rotate_manually: :environment) do
event_types = Event::PROJECT_CLASSES | Event::PACKAGE_CLASSES
oldest_date = 10.days.ago

Expand Down

0 comments on commit 4f902b4

Please sign in to comment.