Skip to content

Commit 696ca82

Browse files
committed
Do not return bundled tools folder with HardwarePaths
1 parent 54f6fc4 commit 696ca82

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Diff for: configuration/directories.go

-4
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@ import (
2424
func HardwareDirectories(settings *viper.Viper) paths.PathList {
2525
res := paths.PathList{}
2626

27-
for _, bundledHardwareDir := range BuiltinToolsDirectories(Settings) {
28-
res.Add(bundledHardwareDir)
29-
}
30-
3127
if settings.IsSet("directories.Data") {
3228
packagesDir := PackagesDir(Settings)
3329
if packagesDir.IsDir() {

0 commit comments

Comments
 (0)