X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mailshears.git;a=blobdiff_plain;f=bin%2Fmailshears;h=5d1c7982dd6978939fce3edbeb9480d68c4e19f8;hp=a4b082323611500e22e6e159a6e5a35c5e492c17;hb=566f5fe84f82bb26e86b0902d65fc89693e9d813;hpb=806cb5223ac1f439cc40b8354a7dad08b380cfd5 diff --git a/bin/mailshears b/bin/mailshears index a4b0823..5d1c798 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.