Skip to content
This repository was archived by the owner on Jun 23, 2020. It is now read-only.

Commit 0017a03

Browse files
committed
undo change
1 parent e0a531b commit 0017a03

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/oci/client/config_validate.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ func validateAuthConfig(c Config, fldPath *field.Path) field.ErrorList {
5555
if c.Auth.Fingerprint == "" {
5656
allErrs = append(allErrs, field.Required(fldPath.Child("fingerprint"), ""))
5757
}
58-
5958
return allErrs
6059
}
6160

0 commit comments

Comments
 (0)