Skip to content

Commit

Permalink
Fix lint in main/commands/all/verify.go
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaokangwang committed Mar 16, 2024
1 parent 99f9030 commit 621c7d0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main/commands/all/verify.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
Expand Down

0 comments on commit 621c7d0

Please sign in to comment.