1
0
Fork 0

Update src/Composer/Repository/Vcs/GitLabDriver.php

Co-Authored-By: Jordi Boggiano <j.boggiano@seld.be>
pull/8682/head
Stephan 2020-03-11 15:17:12 +01:00 committed by GitHub
parent 55d252b9c3
commit 402c64c271
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -445,9 +445,8 @@ class GitLabDriver extends VcsDriver
if (!$moreThanGuestAccess) {
$this->io->writeError('<warning>GitLab token with Guest only access detected</warning>');
$this->setupGitDriver($this->generateSshUrl());
return $res;
return $this->attemptCloneFallback();
}
}