remove unused contructor variables

This commit is contained in:
Adrien Waksberg 2016-10-20 08:51:59 +02:00
parent 38b5b5ada5
commit 1745585fb8
9 changed files with 9 additions and 13 deletions

View file

@ -52,7 +52,7 @@ OptionParser.new do |opts|
end.parse!
config = MPW::Config.new(options[:config])
cli = MPW::Cli.new(config, nil, options[:sync], nil)
cli = MPW::Cli.new(config, options[:sync])
opts = { search: options[:pattern],
group: options[:group],