Removed duplicated "to"
parent
3347ad7020
commit
d20494ddf6
|
@ -610,7 +610,7 @@ class RemoteFilesystem
|
|||
}
|
||||
|
||||
if ($askForOAuthToken) {
|
||||
$message = "\n".'Could not fetch ' . $this->fileUrl . ', please create a bitbucket OAuth token to ' . (($httpStatus === 401 || $httpStatus === 403) ? 'to access private repos' : 'to go over the API rate limit');
|
||||
$message = "\n".'Could not fetch ' . $this->fileUrl . ', please create a bitbucket OAuth token to ' . (($httpStatus === 401 || $httpStatus === 403) ? 'access private repos' : 'go over the API rate limit');
|
||||
$bitBucketUtil = new Bitbucket($this->io, $this->config);
|
||||
if (! $bitBucketUtil->authorizeOAuth($this->originUrl)
|
||||
&& (! $this->io->isInteractive() || !$bitBucketUtil->authorizeOAuthInteractively($this->originUrl, $message))
|
||||
|
|
Loading…
Reference in New Issue