Skip to content

Commit

Permalink
comment nit
Browse files Browse the repository at this point in the history
  • Loading branch information
letFunny committed Mar 7, 2024
1 parent bb9dc02 commit f7887d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/deb/extract.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ type ExtractOptions struct {
TargetDir string
Extract map[string][]ExtractInfo
// Create creates a fs entry given the options. If the entry is extracted from
// the tarball extractInfo should not be empty, else nil can be passed.
// the tarball, extractInfo should not be empty, else nil can be passed.
Create func(extractInfo *ExtractInfo, options *fsutil.CreateOptions) error
}

Expand Down

0 comments on commit f7887d2

Please sign in to comment.