fixed typo

pull/5/head
Chris Veilleux 2019-05-06 16:52:25 -05:00
parent f326dcedff
commit 94c832f0d4
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -72,7 +72,7 @@ pipeline {
}
}
// Run the build in the against a PR targeting the "prod" branch
// Run the build in the against a PR targeting the "master" branch
stage('Prod Build') {
when {
changeRequest target: 'master'