X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=lib%2Fcommon%2Fplugin.rb;h=dba8becb2756c0324ecd252adb9b3602de218afb;hb=3de4ec0727320a41d1be4f37973ffc81abc91d36;hp=702b621ff5da9c1ee18ccbd0fd29352950a63386;hpb=650e23790019880da91c7c7248a214a13763fd3e;p=mailshears.git diff --git a/lib/common/plugin.rb b/lib/common/plugin.rb index 702b621..dba8bec 100644 --- a/lib/common/plugin.rb +++ b/lib/common/plugin.rb @@ -46,7 +46,7 @@ module Plugin # The splat passes the correct (we hope) number of arguments to the # appropriate runner. The Rm(Dummy)Runner have splats on their # *target arguments as well, to turn ARGV back into an array. - runner.run(plugin, *args) + runner.run(cfg, plugin, *args) end end end