Skip to content

Commit

Permalink
Minor fix in logic
Browse files Browse the repository at this point in the history
Signed-off-by: Evans Mungai <[email protected]>
  • Loading branch information
banjoh committed Jul 23, 2024
1 parent 6856df1 commit dd5acc2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/analyze/host_os_info.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ func analyzeOSVersionResult(osInfo collect.HostOSInfo, outcomes []*troubleshootv
if whenRange(toleratedKernelVer) {
return []*AnalyzeResult{&result}, nil
}
return []*AnalyzeResult{}, nil
}

// Match the platform version and and kernel version passed in as
Expand Down

0 comments on commit dd5acc2

Please sign in to comment.