Skip to content

Commit 6c51b45

Browse files
committed
Fix
1 parent 2c43048 commit 6c51b45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/apk/apk/package.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ import (
3232
"chainguard.dev/apko/pkg/apk/expandapk"
3333
)
3434

35-
// PackageToInstalled takes a Package and returns it as the string representation of lines in a /var/lib/apk/db/installed file.
35+
// PackageToInstalled takes a Package and returns it as the string representation of lines in a /usr/lib/apk/db/installed file.
3636
func PackageToInstalled(pkg *Package) (out []string) {
3737
out = append(out, fmt.Sprintf("P:%s", pkg.Name))
3838
out = append(out, fmt.Sprintf("V:%s", pkg.Version))

0 commit comments

Comments
 (0)