From 4dc8748e685734e020801f3f8cb2feaa1b663856 Mon Sep 17 00:00:00 2001 From: Matt Isenhower Date: Fri, 19 May 2017 20:06:18 -0700 Subject: [PATCH] Update GitLab personal access token URL and the token config command --- src/Composer/Util/GitLab.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Composer/Util/GitLab.php b/src/Composer/Util/GitLab.php index 99fcac73f..30c28d3da 100644 --- a/src/Composer/Util/GitLab.php +++ b/src/Composer/Util/GitLab.php @@ -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.' "'); + $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.' "'); continue; }