Skip to content

Commit

Permalink
Fix the header path in go:generate
Browse files Browse the repository at this point in the history
  • Loading branch information
ccojocar committed Nov 11, 2022
1 parent be7d0f4 commit 991330e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/pkg/nonrootenabler/nonrootenabler.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ func (n *NonRootEnabler) Run(logger logr.Logger) error {
return nil
}

//go:generate go run github.com/maxbrunsfeld/counterfeiter/v6 -generate -header ../../../../hack/boilerplate/boilerplate.generatego.txt
//go:generate go run github.com/maxbrunsfeld/counterfeiter/v6 -generate -header ../../../hack/boilerplate/boilerplate.generatego.txt
//counterfeiter:generate . impl
type impl interface {
MkdirAll(path string, perm os.FileMode) error
Expand Down

0 comments on commit 991330e

Please sign in to comment.