From 3fdc5b6e2a916ef9486157c9dbd8a7ad60b2b743 Mon Sep 17 00:00:00 2001 From: zinduolis Date: Sun, 27 Oct 2024 19:12:39 +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 29a584c9b6..f2e7056033 100644 --- a/spec/beef/modules/debug/test_beef_debugs_spec.rb +++ b/spec/beef/modules/debug/test_beef_debugs_spec.rb @@ -93,7 +93,7 @@ @debug_mods = @debug_mod_ids.to_a.select do |cmd_mod| puts "cmd_mod:" p cmd_mod - category = Array(cmd_mod[1]&.dig('category')) + category = Array(cmd_mod['category']) category_string = if category.is_a?(Array) category.join(', ') else