File tree Expand file tree Collapse file tree
branches/autosynth-monitoring/utilities Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ refs/tags/v0.67.0: 30b56f02092efc6f3c3667650ea8b8825003e0b7
115115refs/heads/autosynth-compute: 986ec89964354eeecb8d259ddc23c85c75e4df5b
116116refs/heads/autosynth-container: d0346e84b1f26e3dc10444450a998f357a43bcef
117117refs/heads/autosynth-dataproc: bc74a8841bc1693d7945d991d15979df550b1fd1
118- refs/heads/autosynth-monitoring: eb6c4d2af57fe1786e797d6e0bfb1e503e67da15
118+ refs/heads/autosynth-monitoring: b2a95a06ec3616f9ea1edac6f47ee44f9c74cdd1
119119refs/heads/autosynth-pubsub: 5a23c921229ede711e9fb37341ecd08a6f8ff216
120120refs/heads/autosynth-video-intelligence: 3e8faeeee2f803271529bd6e89b621c1ca098628
121121refs/heads/autosynth-vision: d758c43ba2ef4f4f7ad07b722617cb39fe3f29db
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