Skip to content
This repository has been archived by the owner on Jun 6, 2018. It is now read-only.

Commit

Permalink
Update pacman_mirrors.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Frede H authored May 15, 2017
1 parent af4e410 commit caf5a6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pacman_mirrors/pacman_mirrors.py
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ def test_mirrors(self, worklist):
ssl_verify = self.config["ssl_verify"]
for mirror in worklist:
pos = mirror["url"].find(":")
url = mirror["url"][:pos]
proto = mirror["url"][:pos]
# for idx, proto in enumerate(mirror["protocols"]):
# mirror["url"] = "{}{}".format(proto, url)
if not self.quiet:
Expand Down

0 comments on commit caf5a6f

Please sign in to comment.