Skip to content

Commit 86f10e0

Browse files
committed
Fix labeller typo for cu-count
Change-Id: Iec4dd5360a0456b356eaddb9c9bbe0c713d662da
1 parent fb2d42a commit 86f10e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/k8s-node-labeller/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ var labelGenerators = map[string]func(map[string]map[string]int) map[string]stri
284284
}
285285
}
286286

287-
return createLabels("simd-count", counts)
287+
return createLabels("cu-count", counts)
288288
},
289289
}
290290

0 commit comments

Comments
 (0)