1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2025-02-20 23:47:21 -05:00

Fix lint in main/commands/all/verify.go

This commit is contained in:
Shelikhoo 2024-03-16 20:31:33 +00:00
parent 99f9030e4e
commit 621c7d0ac8
No known key found for this signature in database
GPG Key ID: 4C9764E9FE80A3DC

View File

@ -45,7 +45,6 @@ func executeVerify(cmd *base.Command, args []string) {
files := cmdVerify.Flag.Args()
err = signerVerify.OutputAndJudge(signerVerify.CheckSignaturesV2Fly(sigReader, files))
if err != nil {
base.Fatalf("file is not officially signed by V2Ray: %s", err)
}