description updated
This commit is contained in:
parent
dc26db7317
commit
e6c821ada4
@ -30,7 +30,7 @@ type Resources struct {
|
|||||||
Log string `yaml:"log" json:"log"`
|
Log string `yaml:"log" json:"log"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// Read from the configuration file
|
// Read from config file
|
||||||
func (s *Settings) Read(out interface{}) error {
|
func (s *Settings) Read(out interface{}) error {
|
||||||
localConfigPath := s.Resources.Config
|
localConfigPath := s.Resources.Config
|
||||||
if _, err := os.Stat(".realize/" + s.Resources.Config); err == nil {
|
if _, err := os.Stat(".realize/" + s.Resources.Config); err == nil {
|
||||||
|
Loading…
Reference in New Issue
Block a user