Strip the from email in the ELPA task.

This commit is contained in:
Nathan Weizenbaum 2009-09-21 14:45:04 -07:00
parent dcc399faba
commit 9d268e5334
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ task :release_elpa do
rev = File.read(".git/#{$1}").strip
end
from = `git config user.email`
from = `git config user.email`.strip
raise "Don't know how to send emails except via Gmail" unless from =~ /@gmail.com$/
to = "elpa@tromey.com"