Skip to content

Commit 3349ba2

Browse files
authored
---
yaml --- r: 12731 b: refs/heads/autosynth-dataproc c: b2a95a0 h: refs/heads/master i: 12729: 22a762a 12727: 67804c4
1 parent d34851e commit 3349ba2

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
@@ -114,7 +114,7 @@ refs/tags/v0.66.0: ed6a3f57cbdaa20339a1995f7d7d53b172a5b8ef
114114
refs/tags/v0.67.0: 30b56f02092efc6f3c3667650ea8b8825003e0b7
115115
refs/heads/autosynth-compute: 986ec89964354eeecb8d259ddc23c85c75e4df5b
116116
refs/heads/autosynth-container: d0346e84b1f26e3dc10444450a998f357a43bcef
117-
refs/heads/autosynth-dataproc: eb6c4d2af57fe1786e797d6e0bfb1e503e67da15
117+
refs/heads/autosynth-dataproc: b2a95a06ec3616f9ea1edac6f47ee44f9c74cdd1
118118
refs/heads/autosynth-monitoring: 28bf7ca67c0aab4815884e5d6253aaa8aa3baa1c
119119
refs/heads/autosynth-pubsub: 5a23c921229ede711e9fb37341ecd08a6f8ff216
120120
refs/heads/autosynth-video-intelligence: 3e8faeeee2f803271529bd6e89b621c1ca098628

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

File renamed without changes.

0 commit comments

Comments
 (0)