Skip to content

Commit 8dab6ef

Browse files
authored
---
yaml --- r: 12839 b: refs/heads/autosynth-pubsub c: b2a95a0 h: refs/heads/master i: 12837: df623f4 12835: 816c450 12831: a24acc1
1 parent d980cbe commit 8dab6ef

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
@@ -116,7 +116,7 @@ refs/heads/autosynth-compute: 986ec89964354eeecb8d259ddc23c85c75e4df5b
116116
refs/heads/autosynth-container: d0346e84b1f26e3dc10444450a998f357a43bcef
117117
refs/heads/autosynth-dataproc: bc74a8841bc1693d7945d991d15979df550b1fd1
118118
refs/heads/autosynth-monitoring: 120f508e0065f4ce39cf0e6a69a08138773f2cfb
119-
refs/heads/autosynth-pubsub: eb6c4d2af57fe1786e797d6e0bfb1e503e67da15
119+
refs/heads/autosynth-pubsub: b2a95a06ec3616f9ea1edac6f47ee44f9c74cdd1
120120
refs/heads/autosynth-video-intelligence: 3e8faeeee2f803271529bd6e89b621c1ca098628
121121
refs/heads/autosynth-vision: d758c43ba2ef4f4f7ad07b722617cb39fe3f29db
122122
refs/heads/spanner: 54a5e197bfe0a004e13c190427f46c3413ab572d

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

File renamed without changes.

0 commit comments

Comments
 (0)