Skip to content

Commit

Permalink
Update deprecated output from kubebuilder create
Browse files Browse the repository at this point in the history
  • Loading branch information
pmorie committed Jun 20, 2018
1 parent d0dc250 commit bdbc4c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/kubebuilder/create/resource/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ func RunCreateResource(cmd *cobra.Command, args []string) {
createResource(cr)
if generate {
fmt.Printf("Generating code for new resource... " +
"Regenerate after editing resources files by running `kubebuilder build generated`.\n")
"Regenerate after editing resources files by running `kubebuilder generate clean; kubebuilder generate`.\n")
if skipRBACValidation {
args = append(args, "--skip-rbac-validation")
}
Expand Down

0 comments on commit bdbc4c7

Please sign in to comment.