File tree Expand file tree Collapse file tree
branches/autosynth-speech/utilities Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ refs/heads/autosynth-redis: 4c68cb0fbc599124e717ab3f24bd8a8a5d085ca9
141141refs/heads/autosynth-scheduler: 2f0fe714a8541dc72f88b45bddd8748e5f21cf29
142142refs/heads/autosynth-securitycenter: 8e95447ccb176c3648880ee0cb926cd1f4065156
143143refs/heads/autosynth-spanner: 563dc6c78c6a2579b681f441f0a9b59005212394
144- refs/heads/autosynth-speech: eb6c4d2af57fe1786e797d6e0bfb1e503e67da15
144+ refs/heads/autosynth-speech: b2a95a06ec3616f9ea1edac6f47ee44f9c74cdd1
145145refs/heads/autosynth-tasks: afc9f4da54964dea5e7f3a9b164db282fc35db5c
146146refs/heads/autosynth-texttospeech: a447278ab2ec3975aab3b641549c6780eac0a07a
147147refs/heads/autosynth-trace: 80c58aa2fb54b0a9c6876f2c21aa8d19cf55962e
Original file line number Diff line number Diff line change @@ -206,7 +206,7 @@ def update_stub_packages(ctx: Context) -> None:
206206
207207def 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 ,
File renamed without changes.
You can’t perform that action at this time.
0 commit comments