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.
1 parent b1d6969 commit a375252Copy full SHA for a375252
image/image.go
@@ -34,7 +34,7 @@ func ValidateLayout(src string, refs []string, out *log.Logger) error {
34
35
// Validate walks through the given .tar file and
36
// validates the manifest pointed to by the given refs
37
-//iiii or returns an error if the validation failed.
+// or returns an error if the validation failed.
38
func Validate(tarFile string, refs []string, out *log.Logger) error {
39
f, err := os.Open(tarFile)
40
if err != nil {
0 commit comments