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.
2 parents f2329da + 021d1e4 commit bf606ddCopy full SHA for bf606dd
apiserver/labelservice/labelimpl.go
@@ -53,7 +53,7 @@ func Label(request *msgs.LabelRequest) msgs.LabelResponse {
53
labelsMap, err = validateLabel(request.LabelCmdLabel)
54
if err != nil {
55
resp.Status.Code = msgs.Error
56
- resp.Status.Msg = "lables not formatted correctly"
+ resp.Status.Msg = "labels not formatted correctly"
57
return resp
58
}
59
0 commit comments