Skip to content
This repository has been archived by the owner on Jun 11, 2019. It is now read-only.

Commit

Permalink
Bug 1189104 - av-vendor-release emails not being sent, r=bhearsum
Browse files Browse the repository at this point in the history
  • Loading branch information
nthomas-mozilla committed Jul 30, 2015
1 parent 1292253 commit 2bdda6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion process/release.py
Expand Up @@ -2013,7 +2013,7 @@ def getMessageId():
extraHeaders={'In-Reply-To': email_message_id,
'References': email_message_id},
mode='passing',
builders=[builderPrefix('%s_updates' % releaseConfig['productName'])],
builders=[builderPrefix('%s_%s_updates' % (releaseConfig['productName'], releaseChannel))],
messageFormatter=createReleaseAVVendorsMessage,
))

Expand Down

0 comments on commit 2bdda6e

Please sign in to comment.