From 71a91e974d2a65f313b3798e53518f6ff8a03f2c Mon Sep 17 00:00:00 2001 From: RTann Date: Tue, 16 Sep 2025 15:35:13 -0700 Subject: [PATCH] rpm: prefix PackageDB with kind Signed-off-by: RTann rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED --- internal/rpm/find.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/rpm/find.go b/internal/rpm/find.go index 1ec434775..02b138a5e 100644 --- a/internal/rpm/find.go +++ b/internal/rpm/find.go @@ -172,7 +172,7 @@ func OpenDB(ctx context.Context, sys fs.FS, found FoundDB) (*Database, error) { cleanup := &databaseCleanup{} db := Database{ - pkgdb: found.path, + pkgdb: found.String(), cleanup: cleanup, }