Skip to content

Commit 51db175

Browse files
committed
fix comment
1 parent f998c73 commit 51db175

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PEAR/Command/Channels.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@ function doUpdate($command, $options, $params)
546546
$this->ui, $tmpdir, null, $lastmodified);
547547
PEAR::staticPopErrorHandling();
548548
if (PEAR::isError($contents)) {
549-
// Attempt to fall back to https
549+
// Attempt to fall back to http
550550
$this->ui->outputData("Channel \"$params[0]\" is not responding over https://, failed with message: " . $contents->getMessage());
551551
$this->ui->outputData("Trying channel \"$params[0]\" over http:// instead");
552552
PEAR::staticPushErrorHandling(PEAR_ERROR_RETURN);

0 commit comments

Comments
 (0)