Skip to content

Commit 16ec872

Browse files
authored
chore: add missing quotation mark (#900)
1 parent fb53b6f commit 16ec872

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

synthtool/gcp/templates/python_library/.kokoro/docs/docs-presubmit.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ env_vars: {
1818

1919
env_vars: {
2020
key: "TRAMPOLINE_BUILD_FILE"
21-
value: github/{{ metadata['repo']['repo'].split('/')[1] }}/.kokoro/build.sh"
21+
value: "github/{{ metadata['repo']['repo'].split('/')[1] }}/.kokoro/build.sh"
2222
}
2323

2424
# Only run this nox session.

0 commit comments

Comments
 (0)