bug fix
This commit is contained in:
parent
517961df3d
commit
892c2b0d5b
@ -45,7 +45,8 @@ sub new_repository {
|
||||
};
|
||||
}
|
||||
|
||||
my $owner = $repo->run('log', '--reverse', '--pretty=format:%an');
|
||||
# first commiter as a fallback
|
||||
my $owner = ($repo->run('log', '--reverse', '--pretty=format:%an'))[0];
|
||||
|
||||
return {
|
||||
name => $name,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user