Skip to content

Commit 4d18c8e

Browse files
committed
fix(ocm): test
Signed-off-by: Maxence Lange <[email protected]>
1 parent 6e45b8c commit 4d18c8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/private/OCM/OCMDiscoveryService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public function __construct(
4747
public function discover(string $remote, bool $skipCache = false): IOCMProvider {
4848
$remote = rtrim($remote, '/');
4949
if (!str_starts_with($remote, 'http')) {
50-
$remote = 'https://' . $remote;
50+
$remote = 'http://' . $remote;
5151
}
5252

5353
if (!$skipCache) {

0 commit comments

Comments
 (0)