"git@developer.sourcefind.cn:change/sglang.git" did not exist on "1cc326032db68342109001c8f8e88e011e7ffaeb"
Commit a385382f authored by Michael Yang's avatar Michael Yang
Browse files

filepath.Join

parent b8772a35
...@@ -118,7 +118,7 @@ func Manifests() (map[model.Name]*Manifest, error) { ...@@ -118,7 +118,7 @@ func Manifests() (map[model.Name]*Manifest, error) {
} }
// TODO(mxyng): use something less brittle // TODO(mxyng): use something less brittle
matches, err := filepath.Glob(fmt.Sprintf("%s/*/*/*/*", manifests)) matches, err := filepath.Glob(filepath.Join(manifests, "*", "*", "*", "*"))
if err != nil { if err != nil {
return nil, err return nil, err
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment