Skip to content

Commit ad8c7eb

Browse files
committed
Fix typo
1 parent 1359493 commit ad8c7eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/commit-email.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ def main(repo_path, to, rest)
191191
next if info.branch.start_with?('notes/')
192192
puts "#{info.branch}: #{info.revision} (#{info.author})"
193193

194-
from = make_from(name: info.author, name: info.author_email)
194+
from = make_from(name: info.author, email: info.author_email)
195195
sendmail(to, from, make_mail(to, from, info, viewer_uri: options.viewer_uri))
196196
end
197197
end

0 commit comments

Comments
 (0)