Skip to content

Commit

Permalink
Fix to pass in Hash opts with '**' for new Ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
esotericpig committed Jun 30, 2021
1 parent beca1da commit 7296690
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/unclekryon.rb
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ def parse_hax_kryon_aum_year_cmd
if do_cmd?
log_opts

hacker = Hacker.new(@options)
hacker = Hacker.new(**@options)

if @options[:train]
if @options[:album]
Expand Down

0 comments on commit 7296690

Please sign in to comment.