Skip to content

Commit

Permalink
removed an extra 'dep ensure' step in init project
Browse files Browse the repository at this point in the history
  • Loading branch information
droot committed Jun 1, 2018
1 parent 800df6f commit 243756b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cmd/kubebuilder/initproject/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,8 @@ func runInitRepo(cmd *cobra.Command, args []string) {
doDockerfile()
doInject(cr)
doArgs(cr, controllerOnly)
//os.MkdirAll("bin", 0700)
RunVendorInstall(nil, nil)

createBoilerplate()
RunVendorInstall(nil, nil)
fmt.Printf("Next: Define a resource with:\n" +
"$ kubebuilder create resource\n")
}
Expand Down

0 comments on commit 243756b

Please sign in to comment.