Skip to content

Commit 386f4b0

Browse files
Update update-authors.sh
1 parent 862180d commit 386f4b0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bin/update-authors.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ while (<>) {
1010
next if /(support\@greenkeeper.io)/;
1111
next if /(yoann\@atacma.agency)/;
1212
next if /(yciabaud\@users.noreply.github.com)/;
13-
next if /(diegorbaquero\@gmail.com)/;
13+
next if /(DiegoRBaquero\@users.noreply.github.com)/;
14+
next if /(gustavcaplan\@gmail.com)/;
1415
$seen{$_} = push @authors, "- ", $_;
1516
}
1617
END {

0 commit comments

Comments
 (0)