Skip to content

Commit 41ccd8c

Browse files
authored
build: remove errant comma (#1113)
1 parent 5cae043 commit 41ccd8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

synthtool/gcp/templates/node_library/.trampolinerc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ required_envvars+=(
2020

2121
# Add env vars which are passed down into the container here.
2222
pass_down_envvars+=(
23-
"AUTORELEASE_PR",
23+
"AUTORELEASE_PR"
2424
"VERSION"
2525
)
2626

0 commit comments

Comments
 (0)