mirror of
https://github.com/cubixle/tuukoti-framework.git
synced 2026-04-24 18:34:44 +01:00
make sure config is returned
This commit is contained in:
@@ -32,7 +32,7 @@ func Load(path string) (*Config, error) {
|
||||
}
|
||||
}
|
||||
|
||||
return nil, nil
|
||||
return cfg, nil
|
||||
}
|
||||
|
||||
type ErrMissingConfigFile struct {
|
||||
|
||||
Reference in New Issue
Block a user