Skip to content

Commit 8bba441

Browse files
fix typo
1 parent 6e86a8d commit 8bba441

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitHubClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ public function __construct(Composer $composer, IOInterface $io)
104104
$this->io = $io;
105105

106106
if (class_exists(HttpDownloader::class)) {
107-
$this->rfs = new HttpDownloader($io, $composer->getConfig())
107+
$this->rfs = new HttpDownloader($io, $composer->getConfig());
108108
} else {
109109
$this->rfs = Factory::createRemoteFilesystem($io, $composer->getConfig());
110110
}

0 commit comments

Comments
 (0)