Skip to content

Commit 44fca91

Browse files
committed
Don't return if the err is a warning
1 parent ea04aec commit 44fca91

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

internal/glance/cli.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,6 @@ func cliSensorsPrint() int {
106106
fmt.Printf("Failed to retrieve sensor information: %v\n", err)
107107
return 1
108108
}
109-
110-
return 1
111109
}
112110

113111
if len(tempSensors) == 0 {

0 commit comments

Comments
 (0)