One more non-camelCase variable.
parent
3ccaac619b
commit
966d0bec10
|
@ -593,9 +593,9 @@ class RemoteFilesystem
|
||||||
$auth = $this->io->getAuthentication($this->originUrl);
|
$auth = $this->io->getAuthentication($this->originUrl);
|
||||||
if ($auth['username'] !== 'x-token-auth') {
|
if ($auth['username'] !== 'x-token-auth') {
|
||||||
$bitbucketUtil = new Bitbucket($this->io, $this->config);
|
$bitbucketUtil = new Bitbucket($this->io, $this->config);
|
||||||
$access_token = $bitbucketUtil->requestToken($this->originUrl, $auth['username'], $auth['password']);
|
$accessToken = $bitbucketUtil->requestToken($this->originUrl, $auth['username'], $auth['password']);
|
||||||
if (! empty($access_token)) {
|
if (! empty($accessToken)) {
|
||||||
$this->io->setAuthentication($this->originUrl, 'x-token-auth', $access_token);
|
$this->io->setAuthentication($this->originUrl, 'x-token-auth', $accessToken);
|
||||||
$askForOAuthToken = false;
|
$askForOAuthToken = false;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue