From 7a815cd7e842eccebf78a812e583bfd0cfc399c0 Mon Sep 17 00:00:00 2001 From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com> Date: Fri, 11 Jun 2021 19:10:53 +0000 Subject: [PATCH] build: remove errant comma (#1113) (#503) Source-Link: https://github.com/googleapis/synthtool/commit/41ccd8cd13ec31f4fb839cf8182aea3c7156e19d Post-Processor: gcr.io/repo-automation-bots/owlbot-nodejs:latest@sha256:c9c7828c165b1985579098978877935ee52dda2b1b538087514fd24fa2443e7a --- packages/google-cloud-asset/.trampolinerc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/google-cloud-asset/.trampolinerc b/packages/google-cloud-asset/.trampolinerc index d4fcb894483..5fc2253137d 100644 --- a/packages/google-cloud-asset/.trampolinerc +++ b/packages/google-cloud-asset/.trampolinerc @@ -20,7 +20,7 @@ required_envvars+=( # Add env vars which are passed down into the container here. pass_down_envvars+=( - "AUTORELEASE_PR", + "AUTORELEASE_PR" "VERSION" )