Bug 1443104 - fix update folder in bouncer submission release job. r=jlorenzo,Callek a=release CLOSED TREE

MozReview-Commit-ID: E1vqqaG1PE9

--HG--
extra : source : f149ea88f20108dec9d7937b8f45138744461150
This commit is contained in:
Mihai Tabara 2018-03-05 14:10:21 +00:00
parent 1be7be6e95
commit 1286d6d33e

View File

@ -181,7 +181,7 @@ def craft_paths_per_bouncer_platform(product, bouncer_product, bouncer_platforms
product=product.lower(),
version=current_version,
build_number=current_build_number,
update_folder='updates/' if '-mar' in bouncer_product else '',
update_folder='update/' if '-mar' in bouncer_product else '',
ftp_platform=ftp_platform,
file=file_name,
)