mirror of
https://github.com/rancher/os.git
synced 2025-09-01 14:48:55 +00:00
Return result instead of empty slice
This commit is contained in:
@@ -252,7 +252,7 @@ func GetServices(urls []string) ([]string, error) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return []string{}, nil
|
return result, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
func LoadResource(location string, network bool, urls []string) ([]byte, error) {
|
func LoadResource(location string, network bool, urls []string) ([]byte, error) {
|
||||||
|
Reference in New Issue
Block a user