Skip to content

Commit

Permalink
Fix typo in the GPG FS verifier warn message
Browse files Browse the repository at this point in the history
  • Loading branch information
pierrehilbert committed Oct 11, 2023
1 parent fd06296 commit fdc8c64
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 fdc8c64

Please sign in to comment.