Skip to content

Commit

Permalink
Fix typo in the GPG FS verifier warn message (#3585)
Browse files Browse the repository at this point in the history
  • Loading branch information
pierrehilbert authored Oct 12, 2023
1 parent 539bef4 commit 359be4f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ func (v *Verifier) verifyAsc(fullPath string, skipDefaultPgp bool, pgpSources ..
v.log.Infof("Verification with PGP[%d] successful", i)
return nil
}
v.log.Warnf("Verification with PGP[%d] succfailed: %v", i, err)
v.log.Warnf("Verification with PGP[%d] failed: %v", i, err)
}

v.log.Warnf("Verification failed")
Expand Down

0 comments on commit 359be4f

Please sign in to comment.