Skip to content

Commit

Permalink
Fixup Changelog task
Browse files Browse the repository at this point in the history
  • Loading branch information
marcandre committed Oct 11, 2020
1 parent 5301f67 commit cc6f501
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/changelog.rb
Expand Up @@ -58,7 +58,7 @@ def str_to_filename(str)
str
.downcase
.split
.each { |s| s.gsub(/\W/, '') }
.each { |s| s.gsub!(/\W/, '') }
.reject(&:empty?)
.inject do |result, word|
s = "#{result}_#{word}"
Expand Down

0 comments on commit cc6f501

Please sign in to comment.