From 90edb0d9f6afe099b71df626f35939b8601f80f8 Mon Sep 17 00:00:00 2001 From: Gavin Didrichsen Date: Mon, 4 Dec 2023 17:06:49 +0000 Subject: [PATCH] Add the symbol bit.... Signed-off-by: Gavin Didrichsen --- lib/pdk/cli/util/option_normalizer.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pdk/cli/util/option_normalizer.rb b/lib/pdk/cli/util/option_normalizer.rb index a170438b1..533edef53 100644 --- a/lib/pdk/cli/util/option_normalizer.rb +++ b/lib/pdk/cli/util/option_normalizer.rb @@ -44,7 +44,7 @@ def self.report_formats(formats) target = PDK::Report.default_target end - { method: "write_#{format}", target: target } + { method: :"write_#{format}", target: target } end end end