Skip to content

Commit 1191fdd

Browse files
authored
---
yaml --- r: 17947 b: refs/heads/autosynth-websecurityscanner c: b2a95a0 h: refs/heads/master i: 17945: 9d69257 17943: 8819030
1 parent bc0cb22 commit 1191fdd

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
@@ -145,7 +145,7 @@ refs/heads/autosynth-speech: 75d6c62a9d07d3a3642980502a25d07fbde0f232
145145
refs/heads/autosynth-tasks: b0cdb991f3f75345151a3f68db1aab273dfc069b
146146
refs/heads/autosynth-texttospeech: 2dcc5dc22be0f456caa1b6a8a4bcdace2641239c
147147
refs/heads/autosynth-trace: db35fc1080cc51034e9c431c141cbceb53fb19c1
148-
refs/heads/autosynth-websecurityscanner: eb6c4d2af57fe1786e797d6e0bfb1e503e67da15
148+
refs/heads/autosynth-websecurityscanner: b2a95a06ec3616f9ea1edac6f47ee44f9c74cdd1
149149
refs/heads/bigquerystorage: 06db74d123d7f8a3ef48755c2fcabed09faf8e64
150150
refs/heads/elharo-patch-1: ce159ef828d3c545991ff78e7b6e0d912a9453e9
151151
refs/heads/mrschmidt-numericadd: 96509abadf6190b7886d57fdd9b090da55f5171c

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

File renamed without changes.

0 commit comments

Comments
 (0)