From 5090dd6667fa5acfe759a6cacf0c72d8cb0e2986 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Tue, 19 Mar 2013 11:47:13 -0400 Subject: [PATCH 1/1] Print the plugin name on the same line as the executable, time. --- bin/mailshears | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/mailshears b/bin/mailshears index a4b0823..c033f5e 100755 --- a/bin/mailshears +++ b/bin/mailshears @@ -70,10 +70,10 @@ Plugin.includers.each do |plugin_class| header += current_time.iso8601.to_s else # Fall back to whatever this looks like. - header += current_time.to_s + "\n" + header += current_time.to_s end - header += 'Plugin: ' + plugin_class.to_s + "\n" + header += '(Plugin: ' + plugin_class.to_s + ")\n" puts header puts '-' * header.size # Underline the header. -- 2.43.2