Merge pull request #30369 from lixiaobing10051267/masterQuote

Automatic merge from submit-queue

check using single quote in cmd/pkg/plugin
pull/6/head
Kubernetes Submit Queue 2016-08-23 00:19:25 -07:00 committed by GitHub
commit 2db76ad133
1 changed files with 1 additions and 1 deletions

View File

@ -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 {