mirror of
https://github.com/mudler/luet.git
synced 2025-09-03 16:25:19 +00:00
config: Add system section
This commit is contained in:
committed by
Ettore Di Giacinto
parent
8b66127016
commit
7f160a7a89
@@ -76,7 +76,7 @@ func LoadRepositories(c *LuetConfig) error {
|
||||
}
|
||||
|
||||
func LoadRepository(data []byte) (*LuetRepository, error) {
|
||||
ans := &LuetRepository{}
|
||||
ans := &LuetRepository{Enable: false}
|
||||
err := yaml.Unmarshal(data, &ans)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
|
Reference in New Issue
Block a user