Skip to content

Commit

Permalink
Always downcase true/false values when profiling
Browse files Browse the repository at this point in the history
  • Loading branch information
BGMP committed Nov 11, 2023
1 parent b75b68c commit 7d15df7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -71,7 +71,7 @@ task :profile_tracks do
"\s\s\s\sdifficulty: #{l[2]}",
"\s\s\s\slength: #{l[3]}",
"\s\s\s\sfolder_name: #{l[4]}",
"\s\s\s\sstock: #{l[5]}"
"\s\s\s\sstock: #{l[5].downcase}"
]

track_lines.each do |line|
Expand Down

0 comments on commit 7d15df7

Please sign in to comment.