We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f9d122 commit 1440dcbCopy full SHA for 1440dcb
lib/helpers/wraith_config_helper.rb
@@ -27,7 +27,7 @@ def build_paths
27
config_paths = {}
28
29
if @paths.is_a? Hash
30
- @paths.keys.each do |key|
+ @paths.each_key do |key|
31
@paths.fetch(key).each_with_index do |path, index|
32
config_paths[path_index(key, index + 1)] = path
33
end
0 commit comments