Skip to content

Commit

Permalink
Add the symbol bit....
Browse files Browse the repository at this point in the history
Signed-off-by: Gavin Didrichsen <[email protected]>
  • Loading branch information
gavindidrichsen committed Dec 4, 2023
1 parent f524b19 commit 90edb0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pdk/cli/util/option_normalizer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 90edb0d

Please sign in to comment.