Skip to content

Commit 2ecba8e

Browse files
authored
---
yaml --- r: 13291 b: refs/heads/autosynth-texttospeech c: b2a95a0 h: refs/heads/master i: 13289: c16250d 13287: 6478085
1 parent e90a210 commit 2ecba8e

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ refs/heads/autosynth-securitycenter: 8e95447ccb176c3648880ee0cb926cd1f4065156
143143
refs/heads/autosynth-spanner: 563dc6c78c6a2579b681f441f0a9b59005212394
144144
refs/heads/autosynth-speech: 878243784f42771467d7cf52bd59e4a6a7950ee9
145145
refs/heads/autosynth-tasks: afc9f4da54964dea5e7f3a9b164db282fc35db5c
146-
refs/heads/autosynth-texttospeech: eb6c4d2af57fe1786e797d6e0bfb1e503e67da15
146+
refs/heads/autosynth-texttospeech: b2a95a06ec3616f9ea1edac6f47ee44f9c74cdd1
147147
refs/heads/autosynth-trace: 80c58aa2fb54b0a9c6876f2c21aa8d19cf55962e
148148
refs/heads/autosynth-websecurityscanner: d4febbffb6c648b74faec62fe90e20adadc9a7d3
149149
refs/heads/bigquerystorage: 06db74d123d7f8a3ef48755c2fcabed09faf8e64

branches/autosynth-texttospeech/utilities/new_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ def update_stub_packages(ctx: Context) -> None:
206206

207207
def write_readme(ctx: Context) -> None:
208208
"""Creates a README.md from a template."""
209-
template = ctx.jinja_env.get_template("README.md")
209+
template = ctx.jinja_env.get_template("README.md.tmpl")
210210
pom = template.stream(
211211
api_version=ctx.api_version,
212212
description=ctx.description,

branches/autosynth-texttospeech/utilities/templates/README.md renamed to branches/autosynth-texttospeech/utilities/templates/README.md.tmpl

File renamed without changes.

0 commit comments

Comments
 (0)