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) {
}
// TODO(mxyng): use something less brittle
matches, err := filepath.Glob(fmt.Sprintf("%s/*/*/*/*", manifests))
matches, err := filepath.Glob(filepath.Join(manifests, "*", "*", "*", "*"))
if err != nil {
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