Skip to content
This repository was archived by the owner on Sep 5, 2023. It is now read-only.

Commit 61bd3a8

Browse files
authored
chore(recommender): correct config path in synth file for recommender (#10076)
1 parent 928cbe1 commit 61bd3a8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

synth.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@
2929
for version in versions:
3030
library = gapic.py_library(
3131
"recommender", version,
32-
include_protos=True
32+
include_protos=True,
33+
config_path="/google/cloud/recommender/v1beta1/artman_recommender_v1beta1.yaml"
3334
)
3435
s.move(library, excludes=['nox.py', 'docs/index.rst', 'README.rst', 'setup.py'])
3536

0 commit comments

Comments
 (0)