Fix variable name not adjusted after move.

This commit is contained in:
Simon Quigley 2019-03-08 11:48:02 -06:00
parent 9b3b75e7e4
commit 816b53d71a

View File

@ -129,7 +129,7 @@ class Generator:
package_config = template.render(PACKAGING_URL=url,
PACKAGING_BRANCH=branch,
UPSTREAM_URL=upstream,
NAME=package["name"],
NAME=data["name"],
RELEASE=release,
UPLOAD_TARGET=upload_target)
else: