Skip to content

Commit

Permalink
chore: remove checking key log infog
Browse files Browse the repository at this point in the history
  • Loading branch information
jkaninda committed Oct 8, 2024
1 parent 2b58998 commit 0c3a9b3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/helper.go
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ func testDatabaseConnection(db *dbConfig) {

}
func checkPubKeyFile(pubKey string) (string, error) {
utils.Info("Checking file %s ...", pubKey)
// Define possible key file names
keyFiles := []string{filepath.Join(gpgHome, "public_key.asc"), filepath.Join(gpgHome, "public_key.gpg"), pubKey}

Expand Down

0 comments on commit 0c3a9b3

Please sign in to comment.