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>
Signed-off-by: Paul Czarkowski <username.taken@gmail.com>
  • Loading branch information
paulczar and davidkarlsen committed Aug 10, 2020
1 parent df3c8f3 commit d62b885
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 d62b885

Please sign in to comment.