Skip to content

Commit

Permalink
fix: README should not be generated (#1657)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe authored and JustinBeckwith committed Mar 27, 2019
1 parent 32279b5 commit d69c920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synth.py
Expand Up @@ -24,7 +24,7 @@
logging.basicConfig(level=logging.DEBUG)
common_templates = gcp.CommonTemplates()
templates = common_templates.node_library()
s.copy(templates, excludes=[".github/CONTRIBUTING.md"])
s.copy(templates, excludes=[".github/CONTRIBUTING.md", "README.md"])

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

0 comments on commit d69c920

Please sign in to comment.