From 7aaabe0ff76539a8a9e0237a3e8aaea2e5a5c5dd Mon Sep 17 00:00:00 2001 From: zinduolis Date: Sun, 27 Oct 2024 19:42:36 +1000 Subject: [PATCH] Troubleshooting --- spec/beef/modules/debug/test_beef_debugs_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/beef/modules/debug/test_beef_debugs_spec.rb b/spec/beef/modules/debug/test_beef_debugs_spec.rb index 4609677c3d..cbde898449 100644 --- a/spec/beef/modules/debug/test_beef_debugs_spec.rb +++ b/spec/beef/modules/debug/test_beef_debugs_spec.rb @@ -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}"