Skip to content

Commit

Permalink
Merge pull request #247 from droot/fix-extra-dep-ensure-run
Browse files Browse the repository at this point in the history
removed an extra 'dep ensure' step in init project
  • Loading branch information
droot authored Jun 1, 2018
2 parents 3824cee + 243756b commit 9f2f498
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 9f2f498

Please sign in to comment.