Skip to content

Commit

Permalink
Merge pull request #33 from byohay/feature/fix-uninstall-driver
Browse files Browse the repository at this point in the history
  • Loading branch information
byohay committed Jan 2, 2022
2 parents 8bdf7a5 + 0222f7d commit ce476f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/kintsugi/cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def create_uninstall_driver_subcommand
end
end

action = lambda { |_, arguments, _|
action = lambda { |_, arguments|
if arguments.count != 0
puts "Incorrect number of arguments to 'uninstall-driver' subcommand\n\n"
puts option_parser
Expand Down

0 comments on commit ce476f7

Please sign in to comment.