We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53fdfb2 commit 288f5efCopy full SHA for 288f5ef
pkg/drivers/kic/oci/cgroups_linux.go
@@ -44,7 +44,7 @@ func IsCgroup2UnifiedMode() (bool, error) {
44
func findCgroupMountpoints() (map[string]string, error) {
45
cgMounts, err := cgroups.GetCgroupMounts(false)
46
if err != nil {
47
- return nil, fmt.Errorf("Failed to parse cgroup information: %v", err)
+ return nil, fmt.Errorf("failed to parse cgroup information: %v", err)
48
}
49
mps := make(map[string]string)
50
for _, m := range cgMounts {
0 commit comments