Skip to content

Commit 0d47e8f

Browse files
alexander-fensterJustinBeckwith
authored andcommitted
chore: fix artman config location for synthtool (#440)
1 parent a47286a commit 0d47e8f

File tree

1 file changed

+1
-1
lines changed
  • packages/google-cloud-dialogflow

1 file changed

+1
-1
lines changed

packages/google-cloud-dialogflow/synth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
gapic = gcp.GAPICGenerator()
2323
versions = ['v2', 'v2beta1']
2424
for version in versions:
25-
library = gapic.node_library('dialogflow', version)
25+
library = gapic.node_library('dialogflow', version, config_path=version + '/artman_dialogflow_' + version + '.yaml')
2626
s.copy(library, excludes=['package.json', 'README.md', 'src/index.js'])
2727

2828
common_templates = gcp.CommonTemplates()

0 commit comments

Comments
 (0)