Skip to content

Commit

Permalink
unsupported protocol - use --force to continue
Browse files Browse the repository at this point in the history
This fixes a typo (an instead on a) and a possible solution.

maybe we can enhance the error output more somehow?
  • Loading branch information
rubo77 authored May 26, 2021
1 parent 0d02417 commit 5338df5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PEAR/Downloader.php
Original file line number Diff line number Diff line change
Expand Up @@ -850,7 +850,7 @@ function _getPackageDownloadUrl($parr)
!($base = $chan->getBaseURL('REST1.0', $preferred_mirror))
)
) {
return $this->raiseError($parr['channel'] . ' is using a unsupported protocol - This should never happen.');
return $this->raiseError($parr['channel'] . ' is using an unsupported protocol - This should never happen. Use --force to continue');
}

if ($base2) {
Expand Down

0 comments on commit 5338df5

Please sign in to comment.