X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mailshears.git;a=blobdiff_plain;f=lib%2Frm%2Frm_runner.rb;h=a19004a7a5440fcd23bb22173d3e5fe4d963ed76;hp=2df8410c5ea9d6d3d65d2565ec9cc00552d7b1f0;hb=a731b98f97194b8882c42d3c2b27de75f60d6b05;hpb=371cc929cd8832f2a45ef75d7ed8db3e6ea3ed7c diff --git a/lib/rm/rm_runner.rb b/lib/rm/rm_runner.rb index 2df8410..a19004a 100644 --- a/lib/rm/rm_runner.rb +++ b/lib/rm/rm_runner.rb @@ -4,7 +4,7 @@ require 'common/runner' class RmRunner include Runner - def run(plugin, *targets) + def run(cfg, plugin, *targets) targets.each do |target| remove_target(plugin, target) end