From 414b68954a05c3a32ce98a1fb1b5a9553ab7ada1 Mon Sep 17 00:00:00 2001 From: Bu Sun Kim Date: Thu, 22 Apr 2021 23:50:47 +0000 Subject: [PATCH] fix: enable GAPIC metadata generation --- .../templates/%namespace/%name_%version/gapic_metadata.json.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gapic/templates/%namespace/%name_%version/gapic_metadata.json.j2 b/gapic/templates/%namespace/%name_%version/gapic_metadata.json.j2 index edd79fda8a..99ae71e021 100644 --- a/gapic/templates/%namespace/%name_%version/gapic_metadata.json.j2 +++ b/gapic/templates/%namespace/%name_%version/gapic_metadata.json.j2 @@ -1 +1 @@ -{# {{ api.gapic_metadata_json(opts) }} #} {# TODO(dovs): This is temporarily commented out pending the addition of a flag #} + {{ api.gapic_metadata_json(opts) }}