Skip to content

Commit

Permalink
Update pkg/packager/packager.go
Browse files Browse the repository at this point in the history
Co-authored-by: David J. M. Karlsen <david@davidkarlsen.com>
  • Loading branch information
paulczar and davidkarlsen authored Aug 10, 2020
1 parent df3c8f3 commit 3f0a5df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/packager/packager.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ type Packager struct {
paths []string
}

// NewPackager does a thing
// NewPackager returns a configured Packager
func NewPackager(config *config.Options, paths []string) *Packager {
return &Packager{
config: config,
Expand Down

0 comments on commit 3f0a5df

Please sign in to comment.