Skip to content

Commit 6c0fd03

Browse files
authored
Update container synth script for new artman config name (#3925)
1 parent 5fa529e commit 6c0fd03

File tree

1 file changed

+1
-1
lines changed
  • google-cloud-clients/google-cloud-container

1 file changed

+1
-1
lines changed

google-cloud-clients/google-cloud-container/synth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
library = gapic.java_library(
2424
service='container',
2525
version='v1',
26-
config_path='/google/container/artman_container.yaml',
26+
config_path='/google/container/artman_container_v1.yaml',
2727
artman_output_name='')
2828

2929
s.copy(library / 'gapic-google-cloud-container-v1/src', 'src')

0 commit comments

Comments
 (0)