Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 696ca82

Browse files
committedAug 1, 2022
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
 

‎configuration/directories.go

Lines changed: 0 additions & 4 deletions
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)
Please sign in to comment.