Skip to content

Commit

Permalink
Merge pull request #1643 from hudymi/hudymi-patch-1
Browse files Browse the repository at this point in the history
Fix path to generated main.go
  • Loading branch information
k8s-ci-robot committed Aug 24, 2020
2 parents 5c0b252 + d4cdcd6 commit 89289ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/plugin/v2/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Writes the following files:
- a Kustomization.yaml for customizating manifests
- a Patch file for customizing image for manager manifests
- a Patch file for enabling prometheus metrics
- a cmd/manager/main.go to run
- a main.go to run
project will prompt the user to run 'dep ensure' after writing the project files.
`
Expand Down
2 changes: 1 addition & 1 deletion pkg/plugin/v3/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Writes the following files:
- a Kustomization.yaml for customizating manifests
- a Patch file for customizing image for manager manifests
- a Patch file for enabling prometheus metrics
- a cmd/manager/main.go to run
- a main.go to run
project will prompt the user to run 'dep ensure' after writing the project files.
`
Expand Down

0 comments on commit 89289ab

Please sign in to comment.