Skip to content

Commit

Permalink
fix mockgen path (#330)
Browse files Browse the repository at this point in the history
  • Loading branch information
petersutter authored Sep 6, 2023
1 parent a4c5dbd commit 295d346
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/env/mocks/mock_template.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pkg/env/template.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import (
//go:embed templates
var fsys embed.FS

//go:generate mockgen -destination=./mocks/mock_template.go -package=mocks github.com/gardener/gardenctl-v2/pkg/cmd/env Template
//go:generate mockgen -destination=./mocks/mock_template.go -package=mocks github.com/gardener/gardenctl-v2/pkg/env Template

// Template provides an abstraction for go templates.
type Template interface {
Expand Down

0 comments on commit 295d346

Please sign in to comment.