]> gitweb.michael.orlitzky.com - mailshears.git/blobdiff - bin/mailshears
Add a missing space in the header.
[mailshears.git] / bin / mailshears
index c033f5e639491210b33cda1e69512179798c8f5c..5d1c7982dd6978939fce3edbeb9480d68c4e19f8 100755 (executable)
@@ -73,7 +73,7 @@ Plugin.includers.each do |plugin_class|
       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.