X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mailshears.git;a=blobdiff_plain;f=lib%2Fcommon%2Fplugin.rb;h=dba8becb2756c0324ecd252adb9b3602de218afb;hp=702b621ff5da9c1ee18ccbd0fd29352950a63386;hb=a731b98f97194b8882c42d3c2b27de75f60d6b05;hpb=371cc929cd8832f2a45ef75d7ed8db3e6ea3ed7c 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