changeset 222:b3cb5db317a0

USASR-2244: Fix wrong variable used in if statement
author Christopher Springer <springer@nwoca.org>
date Thu, 07 Jul 2016 16:25:34 +0100
parents 837c9249053f
children 6cbe6a8597db
files init20.gradle
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/init20.gradle	Thu Jul 07 16:17:18 2016 +0100
+++ b/init20.gradle	Thu Jul 07 16:25:34 2016 +0100
@@ -53,7 +53,7 @@
 } catch (e) {
 }
 try {
-	if (gradle.ext.bambooPlan) {
+	if (gradle.ext.bambooBuild) {
 		"hg pull".execute()
 	}
 } catch (e) {