Skip to content

Commit 01d86f4

Browse files
committed
minor bug fix
1 parent f4a5797 commit 01d86f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ function guessGitHubVendorInfo($authorName, $username): array
235235
$response = getGitHubApiEndpoint("orgs/{$remoteUrlParts[1]}");
236236

237237
if ($response === null) {
238-
return $username;
238+
return [$authorName, $username];
239239
}
240240

241241
return [$response->name ?? $authorName, $response->login ?? $username];

0 commit comments

Comments
 (0)