diff --git a/Library/Homebrew/dev-cmd/contributions.rb b/Library/Homebrew/dev-cmd/contributions.rb index 827c9a28a0..b303d6574a 100755 --- a/Library/Homebrew/dev-cmd/contributions.rb +++ b/Library/Homebrew/dev-cmd/contributions.rb @@ -79,7 +79,7 @@ module Homebrew else " in all time" end - sentence += "." + sentence += ". Total: #{commits + coauthorships + signoffs}." puts sentence end