Skip to content

Commit 4e177bc

Browse files
authored
Merge pull request #752 from Elizafox/pkglint
linter: fix a typo in package linting function
2 parents 099e290 + 7b3e52d commit 4e177bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/linter/linter.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ func LintApk(ctx context.Context, path string, warn func(error), linters []strin
357357
}
358358

359359
// Get the package name
360-
f, err := apkfs.Open("PKGINFO")
360+
f, err := apkfs.Open("./.PKGINFO")
361361
if err != nil {
362362
return err
363363
}

0 commit comments

Comments
 (0)