From 9a7412c3860ea0b2def2aa63e482ba84e6553abf Mon Sep 17 00:00:00 2001 From: Andrea Lin Date: Thu, 9 Aug 2018 12:05:43 -0700 Subject: [PATCH] expose discogapic_config: --- artman/config/loader.py | 1 + 1 file changed, 1 insertion(+) diff --git a/artman/config/loader.py b/artman/config/loader.py index fc704cec..b3a09e0a 100644 --- a/artman/config/loader.py +++ b/artman/config/loader.py @@ -52,6 +52,7 @@ 'ruby_gapic': {'language': 'RUBY', 'type': 'GAPIC'}, 'csharp_gapic': {'language': 'CSHARP', 'type': 'GAPIC'}, 'gapic_config': {'type': 'GAPIC_CONFIG'}, + 'discogapic_config': {'type': 'DISCOGAPIC_CONFIG'}, 'php_grpc': {'language': 'JAVA', 'type': 'GRPC'}, }