Skip to content

Commit

Permalink
fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
AnalogJ committed Sep 23, 2020
1 parent 8a336bf commit e44864e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions collector/pkg/detect/devices_linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ package detect
import (
"github.com/analogj/scrutiny/collector/pkg/models"
"github.com/jaypipes/ghw"
"strings"
)

func DevicePrefix() string {
Expand Down
6 changes: 6 additions & 0 deletions collector/pkg/detect/devices_windows.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
package detect

import (
"github.com/analogj/scrutiny/collector/pkg/models"
"github.com/jaypipes/ghw"
"strings"
)

func DevicePrefix() string {
return ""
}
Expand Down

0 comments on commit e44864e

Please sign in to comment.