1
0
Fork 0

Update GitLab personal access token URL and the token config command

pull/6435/head
Matt Isenhower 2017-05-19 20:06:18 -07:00 committed by Jordi Boggiano
parent d0e780a8eb
commit 4dc8748e68
1 changed files with 2 additions and 2 deletions

View File

@ -112,8 +112,8 @@ class GitLab
$this->io->writeError('Maximum number of login attempts exceeded. Please try again later.');
}
$this->io->writeError('You can also manually create a personal token at '.$scheme.'://'.$originUrl.'/profile/applications');
$this->io->writeError('Add it using "composer config gitlab-oauth.'.$originUrl.' <token>"');
$this->io->writeError('You can also manually create a personal token at '.$scheme.'://'.$originUrl.'/profile/personal_access_tokens');
$this->io->writeError('Add it using "composer config gitlab-token.'.$originUrl.' <token>"');
continue;
}