Skip to content

Commit

Permalink
chore(recommender): correct config path in synth file for recommender (
Browse files Browse the repository at this point in the history
  • Loading branch information
busunkim96 committed Jan 9, 2020
1 parent 20cf3b2 commit fafead7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion recommender/synth.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
for version in versions:
library = gapic.py_library(
"recommender", version,
include_protos=True
include_protos=True,
config_path="/google/cloud/recommender/v1beta1/artman_recommender_v1beta1.yaml"
)
s.move(library, excludes=['nox.py', 'docs/index.rst', 'README.rst', 'setup.py'])

Expand Down

0 comments on commit fafead7

Please sign in to comment.