X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mailshears.git;a=blobdiff_plain;f=bin%2Fmailshears;h=9f913621667c686e49504e1b6f465458410c2ca8;hp=abf46cc9c188da4be8f0326345588d2fddb186da;hb=a63ff0c618bdf48bd2c9e8a384e07d71e84070b2;hpb=8f4b4a7c4072feee31e3aefb1751d0d104e5d3ba diff --git a/bin/mailshears b/bin/mailshears index abf46cc..9f91362 100755 --- a/bin/mailshears +++ b/bin/mailshears @@ -97,7 +97,7 @@ Plugin.includers.each do |plugin_class| header += current_time.to_s + "\n" end - header += 'Plugin: ' + plugin_name + "\n" + header += 'Plugin: ' + plugin_class.to_s + "\n" puts header puts '-' * header.size # Underline the header.