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

Fix bug in recipe for dwd-icon-tools.

parent ff0aed9c
No related branches found
No related tags found
No related merge requests found
Pipeline #18934 canceled
......@@ -36,7 +36,7 @@ class DwdIconTools(Package):
token = os.environ.get('SPACK_ICON_NWP_GITTOKEN')
if token is not None:
parsed = urlparse(git)
parsed = urlparse(url)
user = 'token'
password = token
url = "{}://{}:{}@{}/{}".format(parsed.scheme, user, password, parsed.netloc, parsed.path)
......
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