Update pkg/config/app_config.go

This commit is contained in:
Jesse Duffield 2022-10-08 11:57:01 -07:00 committed by Clement Sauvage
parent 4288ea05a5
commit 9d0dbb7c43

View file

@ -58,7 +58,7 @@ type UserConfig struct {
// what stat info to graph
Stats StatsConfig `yaml:"stats,omitempty"`
// Replacements determines how we render a container's info
// Replacements determines how we render an item's info
Replacements Replacements `yaml:"replacements,omitempty"`
}