version: fix small mistake

This commit is contained in:
Kirill Vainer 2016-11-25 14:04:56 -05:00
parent fe0360f3fc
commit 4f53351f76

View File

@ -142,7 +142,7 @@ task configureVersionInfo {
if (System.env.TRAVIS_BRANCH != null) {
jmeBranchName = System.env.TRAVIS_BRANCH
} else if (System.env.APPVEYOR_REPO_BRANCH != null) {
jmeBranchName = APPVEYOR_REPO_BRANCH
jmeBranchName = System.env.APPVEYOR_REPO_BRANCH
}
if (System.env.TRAVIS_PULL_REQUEST != null &&
System.env.TRAVIS_PULL_REQUEST != "false") {