mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-14 06:15:45 +00:00
check using single quote in cmd/pkg/plugin
This commit is contained in:
parent
d611e611d9
commit
6cb66b6695
@ -104,7 +104,7 @@ func NewFromFile(path string) (policyList, error) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if unversionedLines > 0 {
|
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 {
|
if err := scanner.Err(); err != nil {
|
||||||
|
Loading…
Reference in New Issue
Block a user