Skip to content

Commit

Permalink
Merge pull request #1945 from justinsb/no_more_dep
Browse files Browse the repository at this point in the history
✨ Remove misleading help that mentioned dep
  • Loading branch information
k8s-ci-robot committed Jan 13, 2021
2 parents 26d7b42 + b1670d8 commit 3ad354c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions pkg/plugins/golang/v2/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,6 @@ Writes the following files:
- a Patch file for customizing image for manager manifests
- a Patch file for enabling prometheus metrics
- a main.go to run
project will prompt the user to run 'dep ensure' after writing the project files.
`
ctx.Examples = fmt.Sprintf(` # Scaffold a project using the apache2 license with "The Kubernetes authors" as owners
%s init --project-version=2 --domain example.org --license apache2 --owner "The Kubernetes authors"
Expand Down
2 changes: 0 additions & 2 deletions pkg/plugins/golang/v3/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,6 @@ Writes the following files:
- a Patch file for customizing image for manager manifests
- a Patch file for enabling prometheus metrics
- a main.go to run
project will prompt the user to run 'dep ensure' after writing the project files.
`
ctx.Examples = fmt.Sprintf(` # Scaffold a project using the apache2 license with "The Kubernetes authors" as owners
%s init --project-version=2 --domain example.org --license apache2 --owner "The Kubernetes authors"
Expand Down

0 comments on commit 3ad354c

Please sign in to comment.