1
0
Fork 0

Fix trini email in the get_maintainer.pl script

Looks like one spot got missed. Probably due to the backslash.

Signed-off-by: Andy Fleming <afleming@gmail.com>
utp
Andy Fleming 2015-11-04 15:55:27 -06:00 committed by Tom Rini
parent 5ea667ea2f
commit ca746f044e
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ my %commit_author_hash;
my %commit_signer_hash;
my @penguin_chief = ();
push(@penguin_chief, "Tom Rini:trini\@ti.com");
push(@penguin_chief, "Tom Rini:trini\@konsulko.com");
my @penguin_chief_names = ();
foreach my $chief (@penguin_chief) {