1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00

Merge branch 'stable'

This commit is contained in:
Nathan Weizenbaum 2009-09-21 14:45:07 -07:00
commit 760f1e9f41

View file

@ -95,7 +95,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"