mirror of
https://github.com/composer/composer
synced 2025-05-10 00:53:06 +00:00
Fix typo
This commit is contained in:
parent
70523a191d
commit
d2ef829cc6
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ abstract class BaseIO implements IOInterface
|
|||
if (!preg_match('{^[a-z0-9]+$}', $token)) {
|
||||
throw new \UnexpectedValueException('Your github oauth token for '.$domain.' contains invalid characters: "'.$token.'"');
|
||||
}
|
||||
$io->setAuthentication($domain, $token, 'x-oauth-basic');
|
||||
$this->setAuthentication($domain, $token, 'x-oauth-basic');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue