Skip to content

Commit

Permalink
Update internal/provider/zip_archiver.go
Browse files Browse the repository at this point in the history
Co-authored-by: Austin Valle <[email protected]>
  • Loading branch information
SBGoods and austinvalle authored Jul 30, 2024
1 parent 83e59b0 commit 133b672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/provider/zip_archiver.go
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ func (a *ZipArchiver) createWalkFunc(basePath, indirname string, opts ArchiveDir

isMatch, err := checkMatch(archivePath, opts.Excludes)
if err != nil {
return fmt.Errorf("error checking excludes matches: %s", err)
return fmt.Errorf("error checking excludes matches: %w", err)
}

if info.IsDir() {
Expand Down

0 comments on commit 133b672

Please sign in to comment.