mirror of https://github.com/k3s-io/k3s
Merge pull request #30369 from lixiaobing10051267/masterQuote
Automatic merge from submit-queue check using single quote in cmd/pkg/pluginpull/6/head
commit
2db76ad133
|
@ -104,7 +104,7 @@ func NewFromFile(path string) (policyList, error) {
|
|||
}
|
||||
|
||||
if unversionedLines > 0 {
|
||||
glog.Warningf(`Policy file %s contained unversioned rules. See docs/admin/authorization.md#abac-mode for ABAC file format details.`, path)
|
||||
glog.Warningf("Policy file %s contained unversioned rules. See docs/admin/authorization.md#abac-mode for ABAC file format details.", path)
|
||||
}
|
||||
|
||||
if err := scanner.Err(); err != nil {
|
||||
|
|
Loading…
Reference in New Issue