Skip to content

Commit

Permalink
Merge pull request #752 from Elizafox/pkglint
Browse files Browse the repository at this point in the history
linter: fix a typo in package linting function
  • Loading branch information
imjasonh authored Oct 12, 2023
2 parents 099e290 + 7b3e52d commit 4e177bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/linter/linter.go
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ func LintApk(ctx context.Context, path string, warn func(error), linters []strin
}

// Get the package name
f, err := apkfs.Open("PKGINFO")
f, err := apkfs.Open("./.PKGINFO")
if err != nil {
return err
}
Expand Down

0 comments on commit 4e177bc

Please sign in to comment.