We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94a334f commit 4573975Copy full SHA for 4573975
utils/utils.go
@@ -68,7 +68,7 @@ func GetCompatibleWith(name string, rootPath string) map[string][]firmware {
68
parts := strings.Split(unixPath, "/")
69
fancyName := parts[len(parts)-3] + " " + parts[len(parts)-2]
70
f := firmware{
71
- Path: path,
+ Path: unixPath,
72
Name: fancyName,
73
IsLoader: loader.MatchString(unixPath) && !listAll,
74
}
0 commit comments