Skip to content

Commit

Permalink
Update cars profiling
Browse files Browse the repository at this point in the history
  • Loading branch information
BGMP committed Nov 11, 2023
1 parent dd3ea12 commit b75b68c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Rakefile
Expand Up @@ -32,7 +32,9 @@ task :profile_cars do
"\s\s\s\sspeed: #{l[1]}",
"\s\s\s\sacc: #{l[2]}",
"\s\s\s\sweight: #{l[3]}",
"\s\s\s\smultiplier: #{l[4]}"
"\s\s\s\smultiplier: #{l[4]}",
"\s\s\s\sfolder_name: #{l[5]}",
"\s\s\s\sstock: #{l[6].downcase}"
]

car_lines.each do |line|
Expand Down

0 comments on commit b75b68c

Please sign in to comment.