Skip to content

Commit

Permalink
fix: config init for branding.disableUsedPercentage (#2576) (#2596)
Browse files Browse the repository at this point in the history
  • Loading branch information
putty182 committed Aug 5, 2023
1 parent 0ac3968 commit ff1e0b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/config_init.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ override the options.`,
Branding: settings.Branding{
Name: mustGetString(flags, "branding.name"),
DisableExternal: mustGetBool(flags, "branding.disableExternal"),
DisableUsedPercentage: mustGetBool(flags, "branding.DisableUsedPercentage"),
DisableUsedPercentage: mustGetBool(flags, "branding.disableUsedPercentage"),
Files: mustGetString(flags, "branding.files"),
},
}
Expand Down

0 comments on commit ff1e0b8

Please sign in to comment.