Commit e4b067ef authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #30125 from lixiaobing10051267/masterFormat

Automatic merge from submit-queue Wrong format is used with single quotes in log Wrong format is used with single quotes in log, should use ""
parents 0ffac788 11f5ced9
...@@ -363,7 +363,7 @@ func ReadConfigDataFromReader(reader io.Reader, source string) ([]byte, error) { ...@@ -363,7 +363,7 @@ func ReadConfigDataFromReader(reader io.Reader, source string) ([]byte, error) {
} }
if len(data) == 0 { if len(data) == 0 {
return nil, fmt.Errorf(`Read from %s but no data found`, source) return nil, fmt.Errorf("Read from %s but no data found", source)
} }
return data, nil return data, 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