Skip to content

Commit

Permalink
Adding bundle support on Rakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
rambleraptor committed Jun 4, 2018
1 parent 1db5c4d commit c5b774b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/common.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def modules_for_provider(provider)
products = File.join(File.dirname(__FILE__), '..', 'products')
files = Dir.glob("#{products}/**/#{provider}.yaml")
files.map do |file|
match = file.match(%r{^.*products\/([a-z]*)\/.*yaml.*})
match = file.match(%r{^.*products\/([_a-z]*)\/.*yaml.*})
match&.captures&.at(0)
end.compact
end

0 comments on commit c5b774b

Please sign in to comment.