1
0
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:
Darren Shepherd
2015-05-26 14:00:18 -07:00
parent abb04db3db
commit dd4ed8d888

View File

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