Skip to content

Commit f1ac7da

Browse files
authored
feat: Add new config key (#307)
Co-authored-by: Kemal Hadimli <[email protected]>
1 parent 683c7bf commit f1ac7da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/config.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ const configPath = "cloudquery/config.json"
1515
var configKeys = []string{
1616
"team",
1717
"team_internal",
18+
"first_sync_completed",
1819
}
1920

2021
// SetConfigHome sets the configuration home directory - useful for testing

0 commit comments

Comments
 (0)