Skip to content

Commit

Permalink
Fix message
Browse files Browse the repository at this point in the history
  • Loading branch information
ferblape committed Apr 20, 2023
1 parent 75abca6 commit 4a580d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tasks/export_proposals_users.rake
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace :decidim_vilanova do

processes.each do |process|
path = "tmp/process_#{process.slug}.csv"
puts "=== Exporting data of process #{process.title.values.compact_blank.first} with slug #{process.slug} to #{path}..."
puts "=== Exporting data of process #{process.title.values.compact.first} with slug #{process.slug} to #{path}..."

CSV.open(path, "wb") do |csv|
components = process.components.where(manifest_name: "proposals")
Expand Down

0 comments on commit 4a580d6

Please sign in to comment.