builders: Fix syntax/typo in get_publish_dest()

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie 2018-03-20 10:57:28 +00:00
parent 063c5798fd
commit e34df24042

View File

@ -47,7 +47,7 @@ def get_publish_dest(props):
if rc_number:
snapshot += "." + rc_number
rel_name = util.Interpolate("yocto-%(prop:yocto_number)s%s")
rel_name = util.Interpolate("yocto-%(prop:yocto_number)s")
rel_name += snapshot
dest = os.path.join(config.publish_dest, rel_name)
else: