Adapt profiles to use new binary metadata system

This commit is contained in:
Daniel
2020-11-17 09:33:28 +01:00
parent 9a240a2173
commit 484012712f
8 changed files with 138 additions and 118 deletions

View File

@@ -76,7 +76,7 @@ func updateGlobalConfigProfile(ctx context.Context, task *modules.Task) error {
}
// build global profile for reference
profile := New(SourceSpecial, "global-config")
profile := New(SourceSpecial, "global-config", "")
profile.Name = "Global Configuration"
profile.Internal = true