Skip to content

Commit

Permalink
fix golangci-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
neolynx committed Oct 22, 2024
1 parent 92683fd commit 0e3bed3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deb/publish.go
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,7 @@ func (p *PublishedRepo) GetSkelFiles(skelDir string, component string) (map[stri
}

fsPath := filepath.Join(skelDir, p.Prefix, "dists", p.Distribution, component)
if err := filepath.Walk(fsPath, func(path string, info os.FileInfo, err error) error {
if err := filepath.Walk(fsPath, func(path string, _ os.FileInfo, err error) error {
if err != nil {
return err
}
Expand Down

0 comments on commit 0e3bed3

Please sign in to comment.