Skip to content

Commit 1440dcb

Browse files
author
Bill Franklin
committed
Fix rubocop issues
1 parent 5f9d122 commit 1440dcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/helpers/wraith_config_helper.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def build_paths
2727
config_paths = {}
2828

2929
if @paths.is_a? Hash
30-
@paths.keys.each do |key|
30+
@paths.each_key do |key|
3131
@paths.fetch(key).each_with_index do |path, index|
3232
config_paths[path_index(key, index + 1)] = path
3333
end

0 commit comments

Comments
 (0)