fix references

This commit is contained in:
A.Unger
2020-03-18 14:29:47 +01:00
parent 274fa6693a
commit 58ed4a881a

View File

@@ -56,7 +56,7 @@ func NewLogger(cfg *config.Config) log.Logger {
)
}
// ParseConfig loads proxy configuration from Viper known paths.
// ParseConfig loads accounts configuration from Viper known paths.
func ParseConfig(c *cli.Context, cfg *config.Config) error {
// ParseConfig loads proxy configuration from Viper known paths.
logger := NewLogger(cfg)