Merge pull request #7932 from betagouv/fix_fix_enable_procedure_expires

fix: typo in task
This commit is contained in:
LeSim 2022-10-18 15:31:04 +02:00 committed by GitHub
commit c5ccc90cc4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,7 @@ namespace :after_party do
begin
procedure.update(procedure_expires_when_termine_enabled: true)
rescue StandardError => e
rake_puts "pb with procedure: #{p.id}, #{e.message}"
rake_puts "pb with procedure: #{procedure.id}, #{e.message}"
end
end
progress.inc