Commit 76ebea63907615303f97f57c690a23a239390ae1

Authored by Leandro Santos
1 parent 9a59ac6d

use identifier to genrenate filename

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
script/export_ranking.rb
@@ -8,7 +8,7 @@ profile_ids.each do |profile_id| @@ -8,7 +8,7 @@ profile_ids.each do |profile_id|
8 if profile.nil? 8 if profile.nil?
9 profile_name = 'generic' 9 profile_name = 'generic'
10 else 10 else
11 - profile_name = profile.name 11 + profile_name = profile.identifier
12 end 12 end
13 13
14 puts "Creating spreadsheet for #{profile_name}" 14 puts "Creating spreadsheet for #{profile_name}"