Skip to content

Commit

Permalink
update synth.py (#550)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaozhenliu-gg5 authored Mar 5, 2020
1 parent 14865a4 commit 233c854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/google-cloud-vision/synth.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
)
# Copy common templates
common_templates = gcp.CommonTemplates()
templates = common_templates.node_library()
templates = common_templates.node_library(source_location='build/src')
s.copy(templates)

# Node.js specific cleanup
Expand Down

0 comments on commit 233c854

Please sign in to comment.