Revert "tweak authors"

This reverts commit 7c43c672c9
This commit is contained in:
David Dollar
2012-01-22 21:39:24 -05:00
parent 7c43c672c9
commit 6ebe76d8c1
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ end
task :authors do
authors = %x{ git log --pretty=format:"%an" | sort -u }.split("\n")
puts "Patches contributed by: " + authors.join(", ")
puts authors.join(", ")
end
## dist