Skip to content

Commit

Permalink
Fix csv file name
Browse files Browse the repository at this point in the history
  • Loading branch information
BilledTrain380 committed Nov 4, 2018
1 parent 3fd0abe commit 5461064
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ class PRADisciplineGroupRankingReporter(
).joinToString(",") { it }
}.plus(headers).reversed()

fileSystem.write("UBS - $gender - ${it.key}.csv", lines)
fileSystem.write("UBS - ${gender.text()} - ${it.key}.csv", lines)
}.toSet()

}.flatten().toSet()
Expand Down

0 comments on commit 5461064

Please sign in to comment.