Skip to content

Commit 45d4849

Browse files
committed
Fixed typo in AuthListener
1 parent 9d2e680 commit 45d4849

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Github/HttpClient/Listener/AuthListener.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public function preSend(RequestInterface $request)
7171
$url = $request->getUrl();
7272

7373
$parameters = array(
74-
'client_id' => $this->options['login'],
74+
'client_id' => $this->options['tokenOrLogin'],
7575
'client_secret' => $this->options['password'],
7676
);
7777

0 commit comments

Comments
 (0)