fix a typo

This commit is contained in:
Stephen Birarda 2013-06-18 17:15:46 -07:00
parent ee7246cef4
commit 71c51022a4

View file

@ -114,8 +114,8 @@ hifiJob('interface', false)
/* setup the parametrized-build job for builds from jenkins */
parametrizedJob = hifiJob('$TARGET', true)
parametrizedJob.with {
parameterizedJob = hifiJob('$TARGET', true)
parameterizedJob.with {
name 'hifi-branch-deploy'
parameters {
stringParam('GITHUB_USER', '', "Specifies the name of the GitHub user that we're building from.")