Actions
Bug #16311
closedTypo in tasks cleanup rake task
Description
Typo in cleanup.rake: should be
`puts _('The tasks will be deleted after %{after}') % { :after => ForemanTasks::Cleaner.cleanup_settings[:after] }`.
How to reproduce:
1. in Foreman's `config/settings.plugins.d/foreman_tasks.yaml`:
:foreman-tasks: :cleanup: :after: 365d
2. run `foreman-rake foreman_tasks:cleanup:config` to see the configuration
Expected:
Everything works
Current status:
ArgumentError: one hash required
Updated by The Foreman Bot about 8 years ago
- Status changed from Assigned to Ready For Testing
- Pull request https://github.com/theforeman/foreman-tasks/pull/196 added
Updated by Ivan Necas about 8 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset d7f7ea6498d6cb6c006f4c9650fe9f81dcc5ce25.
Actions