From 960d58d0f5d6765ea6a1e2ad88ae6e0e544fa791 Mon Sep 17 00:00:00 2001 From: Kristen O'Leary Date: Wed, 3 Apr 2019 11:21:49 -0400 Subject: [PATCH] Change .yaml file name for webrisk client. --- google-cloud-clients/google-cloud-webrisk/synth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/google-cloud-clients/google-cloud-webrisk/synth.py b/google-cloud-clients/google-cloud-webrisk/synth.py index c3b7cbaf75b7..60bf7bf4df5f 100644 --- a/google-cloud-clients/google-cloud-webrisk/synth.py +++ b/google-cloud-clients/google-cloud-webrisk/synth.py @@ -28,7 +28,7 @@ library = gapic.java_library( service=service, version=version, - config_path=f'/google/cloud/webrisk/artman_webrisk.yaml', + config_path=f'/google/cloud/webrisk/artman_webrisk_{version}.yaml', artman_output_name='') s.copy(library / f'gapic-google-cloud-{service}-{version}/src', 'src')