description updated

This commit is contained in:
alessio 2016-12-16 23:58:16 +01:00
parent dc26db7317
commit e6c821ada4

View File

@ -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 {