Skip to content

Commit

Permalink
fix golangci-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
neolynx committed Sep 26, 2024
1 parent b0580fd commit af5e55a
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 @@ -555,7 +555,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 af5e55a

Please sign in to comment.