Fix git assets

This commit is contained in:
Matthew Honnibal 2020-08-24 22:38:48 +02:00
parent eb3f6a4cb5
commit b26f47b19d

View File

@ -59,7 +59,7 @@ def project_assets(project_dir: Path) -> None:
asset["git"]["repo"], asset["git"]["repo"],
asset["git"]["path"], asset["git"]["path"],
dest, dest,
branch=asset["git"].get("branch", "HEAD"), branch=asset["git"].get("branch"),
) )
else: else:
url = asset.get("url") url = asset.get("url")