diff --git a/settings/settings.go b/settings/settings.go index 7b2e2e3..c44fca2 100644 --- a/settings/settings.go +++ b/settings/settings.go @@ -30,7 +30,7 @@ type Resources struct { Log string `yaml:"log" json:"log"` } -// Read from the configuration file +// Read from config file func (s *Settings) Read(out interface{}) error { localConfigPath := s.Resources.Config if _, err := os.Stat(".realize/" + s.Resources.Config); err == nil {