Skip to content

Commit

Permalink
CLDC-3543: Fix args reference in allow live run of handle unpended lo…
Browse files Browse the repository at this point in the history
…gs task (#2503)
  • Loading branch information
RachaelBooth authored Jul 10, 2024
1 parent ababb38 commit b553ec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tasks/handle_unpended_logs.rake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
desc "Deduplicates logs where we have inadvertently turned some pending logs to in progress / completed"
task :handle_unpended_logs, %i[perform_updates] => :environment do |_task, _args|
task :handle_unpended_logs, %i[perform_updates] => :environment do |_task, args|
dry_run = args[:perform_updates].blank? || args[:perform_updates] != "true"

pg = ActiveRecord::Base.connection
Expand Down

0 comments on commit b553ec0

Please sign in to comment.