Skip to content

Commit

Permalink
Adapt news task description
Browse files Browse the repository at this point in the history
  • Loading branch information
saraycp committed Jan 13, 2023
1 parent 98dee6b commit ddd3c76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/lib/tasks/dev/news.rake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ namespace :dev do
namespace :news do
# Run this task with: rails "dev:news:data[3]"
# replacing 3 with any number to indicate how many times you want this code to be executed.
desc 'Creates a notification and all its dependencies'
desc 'Create news for all the combinations of severities and communication scopes'
task :data, [:repetitions] => :development_environment do |_t, args|
args.with_defaults(repetitions: 1)
repetitions = args.repetitions.to_i
Expand Down

0 comments on commit ddd3c76

Please sign in to comment.