Skip to content

Commit d69c920

Browse files
Benjamin E. CoeJustinBeckwith
authored andcommitted
fix: README should not be generated (#1657)
1 parent 32279b5 commit d69c920

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

synth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
logging.basicConfig(level=logging.DEBUG)
2525
common_templates = gcp.CommonTemplates()
2626
templates = common_templates.node_library()
27-
s.copy(templates, excludes=[".github/CONTRIBUTING.md"])
27+
s.copy(templates, excludes=[".github/CONTRIBUTING.md", "README.md"])
2828

2929
# repository_url = "https://github.com/googleapis/google-api-nodejs-client.git"
3030
# log.debug(f"Cloning {repository_url}.")

0 commit comments

Comments
 (0)