From 2de7d812ee216ce2cdcbc44c5d3611cf70f722a5 Mon Sep 17 00:00:00 2001 From: Jeff Ching Date: Thu, 8 Nov 2018 15:16:51 -0800 Subject: [PATCH] Update container synth script for new artman config name --- google-cloud-clients/google-cloud-container/synth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/google-cloud-clients/google-cloud-container/synth.py b/google-cloud-clients/google-cloud-container/synth.py index c9b1a5f35bb7..a90b022d7fe7 100644 --- a/google-cloud-clients/google-cloud-container/synth.py +++ b/google-cloud-clients/google-cloud-container/synth.py @@ -23,7 +23,7 @@ library = gapic.java_library( service='container', version='v1', - config_path='/google/container/artman_container.yaml', + config_path='/google/container/artman_container_v1.yaml', artman_output_name='') s.copy(library / 'gapic-google-cloud-container-v1/src', 'src')