diff options
Diffstat (limited to 'internal/verify/verify.go')
| -rw-r--r-- | internal/verify/verify.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/verify/verify.go b/internal/verify/verify.go index 98a9c67..83765a0 100644 --- a/internal/verify/verify.go +++ b/internal/verify/verify.go @@ -54,7 +54,7 @@ func Verify( // The signature is checked to have a timestamp with a value of at least minSignTime, which is a UNIX timestamp without milliseconds. // // The return value will either be (true, nil) on success or (false, detailedVerifyError) on failure. -// Note that every error path is wrapped in a custom type here because minisign does not return custom error types, they use errors.New +// Note that every error path is wrapped in a custom type here because minisign does not return custom error types, they use errors.New. func verifyWithKeys( signatureFileContent string, signedJSON []byte, |
