We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
'%s'
%q
1 parent ff224f8 commit 45a3d3dCopy full SHA for 45a3d3d
image/config.go
@@ -55,7 +55,7 @@ func findConfig(w walker, d *descriptor) (*config, error) {
55
}
56
// check if the rootfs type is 'layers'
57
if c.RootFS.Type != "layers" {
58
- return fmt.Errorf("'%s' is an unknown rootfs type, MUST be 'layers'", c.RootFS.Type)
+ return fmt.Errorf("%q is an unknown rootfs type, MUST be 'layers'", c.RootFS.Type)
59
60
return errEOW
61
}); err {
0 commit comments