Skip to content

Commit 8c57b72

Browse files
authored
---
yaml --- r: 14663 b: refs/heads/autosynth-asset c: b2a95a0 h: refs/heads/master i: 14661: 94d3cb9 14659: 066d7dc 14655: 36b8dcb
1 parent 803f3b8 commit 8c57b72

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
@@ -122,7 +122,7 @@ refs/heads/autosynth-vision: b8e47d76578b5f150ef530072ea7e485e2b02ca0
122122
refs/heads/spanner: b01127f885b4611bf1852abb0ce481eeb7fcc131
123123
refs/tags/v0.68.0: 9cc799fcf68c82ab431d425fefa58ef615ce8e5b
124124
refs/tags/v0.69.0: 78f67a29e8b9c46ba01de566a2eae0fd1c03edea
125-
refs/heads/autosynth-asset: eb6c4d2af57fe1786e797d6e0bfb1e503e67da15
125+
refs/heads/autosynth-asset: b2a95a06ec3616f9ea1edac6f47ee44f9c74cdd1
126126
refs/heads/autosynth-automl: d4315b3596bac160e3439432c54435f44b09953e
127127
refs/heads/autosynth-bigquerydatatransfer: 2a9f3938237f85a8919602d74011326580ff387f
128128
refs/heads/autosynth-bigquerystorage: 99aee05df348f39d98b6fb23c292006f1d2a6c28

branches/autosynth-asset/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-asset/utilities/templates/README.md renamed to branches/autosynth-asset/utilities/templates/README.md.tmpl

File renamed without changes.

0 commit comments

Comments
 (0)