Skip to content

Commit

Permalink
Strip the from email in the ELPA task.
Browse files Browse the repository at this point in the history
  • Loading branch information
nex3 committed Sep 21, 2009
1 parent dcc399f commit 9d268e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 9d268e5

Please sign in to comment.