Skip to content

Commit

Permalink
unused code
Browse files Browse the repository at this point in the history
Signed-off-by: Diogenes Fernandes <[email protected]>
  • Loading branch information
diofeher committed Jan 10, 2025
1 parent 6b3ddba commit e9f0f36
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/cmd/verify-gpg-key/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,6 @@ func main() {

result := &verification.Result{}

if err != nil {
logger.Error("Error getting absolute path", slog.Any("err", err))
os.Exit(1)
}

s := VerifyKey(ctx, *providerDataDir, *keyFile, *orgName)
result.Steps = append(result.Steps, s)

Expand Down

0 comments on commit e9f0f36

Please sign in to comment.