Skip to content

Commit

Permalink
fix golangci-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
neolynx committed Jul 31, 2024
1 parent 1d0de91 commit 1c3e9c6
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 @@ -552,7 +552,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 1c3e9c6

Please sign in to comment.