File tree Expand file tree Collapse file tree
branches/autosynth-errorreporting/utilities Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ refs/heads/autosynth-bigtable-admin: 6379a2bc712f2736c83de0e009b4d26da4fa82ca
131131refs/heads/autosynth-containeranalysis: 039ca5b8db725c76c16a965ff26b2774322b8ef8
132132refs/heads/autosynth-datastore: 9acd400b484d6691a080c9152a331d88d24fefc1
133133refs/heads/autosynth-dialogflow: d7477419376eac9b6dcc7dbcede581152527351d
134- refs/heads/autosynth-errorreporting: eb6c4d2af57fe1786e797d6e0bfb1e503e67da15
134+ refs/heads/autosynth-errorreporting: b2a95a06ec3616f9ea1edac6f47ee44f9c74cdd1
135135refs/heads/autosynth-firestore: 92b27fbc8855c9902168695abb0a8f1f433b750b
136136refs/heads/autosynth-iot: 9d732be07d99843d8cb53d34ec0837328a807fce
137137refs/heads/autosynth-kms: dcc6e15d68759010c8735cc868135bd7e6c1cc5f
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