Skip to content
Snippets Groups Projects
Commit 5c5b9a4f authored by Oriol Tintó's avatar Oriol Tintó
Browse files

Fixing fetch bug in icon-nwp recipe.

parent 14c9cd5c
No related branches found
No related tags found
No related merge requests found
Pipeline #19649 passed
......@@ -84,7 +84,7 @@ class IconNwp(Package):
password = token
url = "{}://{}:{}@{}/{}".format(parsed.scheme, user, password, parsed.netloc, parsed.path)
self.fetcher[0].url = self.git = url
self.fetcher.url = self.git = url
super(IconNwp, self).do_fetch(mirror_only)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment