File tree Expand file tree Collapse file tree
branches/autosynth-asset/utilities Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ refs/heads/autosynth-vision: b8e47d76578b5f150ef530072ea7e485e2b02ca0
122122refs/heads/spanner: b01127f885b4611bf1852abb0ce481eeb7fcc131
123123refs/tags/v0.68.0: 9cc799fcf68c82ab431d425fefa58ef615ce8e5b
124124refs/tags/v0.69.0: 78f67a29e8b9c46ba01de566a2eae0fd1c03edea
125- refs/heads/autosynth-asset: eb6c4d2af57fe1786e797d6e0bfb1e503e67da15
125+ refs/heads/autosynth-asset: b2a95a06ec3616f9ea1edac6f47ee44f9c74cdd1
126126refs/heads/autosynth-automl: d4315b3596bac160e3439432c54435f44b09953e
127127refs/heads/autosynth-bigquerydatatransfer: 2a9f3938237f85a8919602d74011326580ff387f
128128refs/heads/autosynth-bigquerystorage: 99aee05df348f39d98b6fb23c292006f1d2a6c28
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