Skip to content

Commit

Permalink
build: fix typo in synth.py (#445)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed Sep 11, 2020
1 parent ffd630a commit 6aeb860
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/google-cloud-automl/synth.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
common_templates = gcp.CommonTemplates()
templates = common_templates.node_library(
source_location='build/src', versions=versions, default_version='v1')
s.copy(templates)
s.copy(templates, excludes=['.kokoro/trampoline.sh'])

node.postprocess_gapic_library(excludes=['.kokoro/trampoline.sh'])
node.postprocess_gapic_library()

0 comments on commit 6aeb860

Please sign in to comment.