Skip to content

Commit

Permalink
Troubleshooting
Browse files Browse the repository at this point in the history
  • Loading branch information
zinduolis committed Oct 27, 2024
1 parent 2163e73 commit 7aaabe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/beef/modules/debug/test_beef_debugs_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
end.map do |debug_mod|
puts 'debug_mod: '
p debug_mod
@debug_mod_names_ids[debug_mod[1]['class']] = debug_mod[1]['id']
@debug_mod_names_ids[debug_mod['class']] = debug_mod['id']
end
rescue StandardError => e
print_info "Exception: #{e}"
Expand Down

0 comments on commit 7aaabe0

Please sign in to comment.