diff --git a/asset/synth.py b/asset/synth.py index e6a0077c4a2f..12f50be7e7f6 100644 --- a/asset/synth.py +++ b/asset/synth.py @@ -29,15 +29,13 @@ for version in versions: if version == "v1p1beta1": config_path = "/google/cloud/asset/v1p1beta1/artman_cloudasset_v1p1beta1.yaml" - artman_output_name = f"cloudasset-{version}" else: config_path = f"/google/cloud/asset/artman_cloudasset_{version}.yaml" - artman_output_name=f"asset-{version}" library = gapic.py_library( "asset", version, config_path=config_path, - artman_output_name=artman_output_name, + artman_output_name=f"asset-{version}", include_protos=True, )