Commit 6cb66b66 authored by lixiaobing10051267's avatar lixiaobing10051267

check using single quote in cmd/pkg/plugin

parent d611e611
...@@ -104,7 +104,7 @@ func NewFromFile(path string) (policyList, error) { ...@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment