Skip to content

Commit

Permalink
Change to fix Ruby 2.7 warning and close issue #57
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrmurach committed Jan 13, 2020
1 parent c203f0d commit 66f0688
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tty/command.rb
Expand Up @@ -174,7 +174,7 @@ def dry_run?
# @api private
def command(*args)
cmd = Cmd.new(*args)
cmd.update(@cmd_options)
cmd.update(**@cmd_options)
cmd
end

Expand Down

0 comments on commit 66f0688

Please sign in to comment.