Skip to content

Commit 328dd5c

Browse files
committed
Fixed issues
1 parent 605afe2 commit 328dd5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Adapter/Filesystem/SatelliteBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ public function build(): Configurator\SatelliteInterface
209209
'gitlab-oauth' => $composer->addGitlabOauthAuthentication($authentication['token'], $url),
210210
'gitlab-token' => $composer->addGitlabTokenAuthentication($authentication['token'], $url),
211211
'github-oauth' => $composer->addGithubOauthAuthentication($authentication['token'], $url),
212-
'http-basic' => $composer->addHttpBasicAuthentication($url, $authentication['username'], $url),
212+
'http-basic' => $composer->addHttpBasicAuthentication($url, $authentication['username'], $authentication['password']),
213213
'http-bearer' => $composer->addHttpBearerAuthentication($url, $authentication['token']),
214214
default => $composer->addAuthenticationToken($url, $authentication['token']),
215215
};

0 commit comments

Comments
 (0)