From a3deabbc98fd8ec314710b483fe43666518faebf Mon Sep 17 00:00:00 2001 From: Ittai Zeidman Date: Sat, 15 Sep 2018 15:43:53 +0300 Subject: [PATCH] fix strict deps bad substitution2 GitOrigin-RevId: 6fe535049844e05d78ca8868464c41c7e0fa44bd --- migrator/scripts/fix-strict-deps.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/migrator/scripts/fix-strict-deps.groovy b/migrator/scripts/fix-strict-deps.groovy index 46237c72..e381f119 100644 --- a/migrator/scripts/fix-strict-deps.groovy +++ b/migrator/scripts/fix-strict-deps.groovy @@ -46,7 +46,7 @@ pipeline { dir("${env.REPO_NAME}") { script { env.PUSH_TO_GIT = "false" - build_and_fix(${env.ADDITIONAL_FLAGS_BAZEL_SIXTEEN_UP_LOCAL}) + build_and_fix(env.ADDITIONAL_FLAGS_BAZEL_SIXTEEN_UP_LOCAL) } } }