diff --git a/config/config.go b/config/config.go index 1d97b55..f285ce6 100644 --- a/config/config.go +++ b/config/config.go @@ -15,6 +15,7 @@ const configPath = "cloudquery/config.json" var configKeys = []string{ "team", "team_internal", + "first_sync_completed", } // SetConfigHome sets the configuration home directory - useful for testing