File tree Expand file tree Collapse file tree
branches/autosynth-compute/utilities Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ refs/tags/v0.64.0: 456e8fbd129deced3ca025f239a2d8a82bde1d0a
112112refs/tags/v0.65.0: 10939381ffe0b8da32db4fe3087c86e3aa7f3e55
113113refs/tags/v0.66.0: ed6a3f57cbdaa20339a1995f7d7d53b172a5b8ef
114114refs/tags/v0.67.0: 30b56f02092efc6f3c3667650ea8b8825003e0b7
115- refs/heads/autosynth-compute: eb6c4d2af57fe1786e797d6e0bfb1e503e67da15
115+ refs/heads/autosynth-compute: b2a95a06ec3616f9ea1edac6f47ee44f9c74cdd1
116116refs/heads/autosynth-container: d0346e84b1f26e3dc10444450a998f357a43bcef
117117refs/heads/autosynth-dataproc: c0f21dd811166848a60f810565a5614bb9c7f47e
118118refs/heads/autosynth-monitoring: 28bf7ca67c0aab4815884e5d6253aaa8aa3baa1c
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