From e1bea8e3efdfb0761dda999a428607e5822b007f Mon Sep 17 00:00:00 2001 From: James Riley Wilburn Date: Tue, 20 Aug 2024 14:06:06 -0400 Subject: [PATCH] feat: add team_internal config key --- config/config.go | 1 + 1 file changed, 1 insertion(+) diff --git a/config/config.go b/config/config.go index 7b259e3..1d97b55 100644 --- a/config/config.go +++ b/config/config.go @@ -14,6 +14,7 @@ const configPath = "cloudquery/config.json" var configKeys = []string{ "team", + "team_internal", } // SetConfigHome sets the configuration home directory - useful for testing