Skip to content

Commit

Permalink
Fix rubocop issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Bill Franklin committed Mar 17, 2020
1 parent 5f9d122 commit 1440dcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/helpers/wraith_config_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def build_paths
config_paths = {}

if @paths.is_a? Hash
@paths.keys.each do |key|
@paths.each_key do |key|
@paths.fetch(key).each_with_index do |path, index|
config_paths[path_index(key, index + 1)] = path
end
Expand Down

0 comments on commit 1440dcb

Please sign in to comment.