Skip to content

Commit 24bfd1d

Browse files
author
Mateus Oliveira
committed
fix: Small templates fixes
Signed-off-by: Mateus Oliveira <[email protected]>
1 parent 955ec8d commit 24bfd1d

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

docs/book/src/component-config-tutorial/testdata/project/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ make undeploy
6969
## Contributing
7070
// TODO(user): Add detailed information on how you would like others to contribute to this project
7171

72-
**NOTE:** Run `make --help` for more information on all potential `make` targets
72+
**NOTE:** Run `make help` for more information on all potential `make` targets
7373

7474
More information can be found via the [Kubebuilder Documentation](https://book.kubebuilder.io/introduction.html)
7575

docs/book/src/cronjob-tutorial/testdata/project/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ make undeploy
6969
## Contributing
7070
// TODO(user): Add detailed information on how you would like others to contribute to this project
7171

72-
**NOTE:** Run `make --help` for more information on all potential `make` targets
72+
**NOTE:** Run `make help` for more information on all potential `make` targets
7373

7474
More information can be found via the [Kubebuilder Documentation](https://book.kubebuilder.io/introduction.html)
7575

pkg/plugins/golang/v4/scaffolds/internal/templates/readme.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ You can apply the samples (examples) from the config/sample:
114114
## Contributing
115115
// TODO(user): Add detailed information on how you would like others to contribute to this project
116116
117-
**NOTE:** Run ` + "`make --help`" + ` for more information on all potential ` + "`make`" + ` targets
117+
**NOTE:** Run ` + "`make help`" + ` for more information on all potential ` + "`make`" + ` targets
118118
119119
More information can be found via the [Kubebuilder Documentation](https://book.kubebuilder.io/introduction.html)
120120

testdata/project-v4-multigroup-with-deploy-image/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ make undeploy
6969
## Contributing
7070
// TODO(user): Add detailed information on how you would like others to contribute to this project
7171

72-
**NOTE:** Run `make --help` for more information on all potential `make` targets
72+
**NOTE:** Run `make help` for more information on all potential `make` targets
7373

7474
More information can be found via the [Kubebuilder Documentation](https://book.kubebuilder.io/introduction.html)
7575

testdata/project-v4-multigroup/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ make undeploy
6969
## Contributing
7070
// TODO(user): Add detailed information on how you would like others to contribute to this project
7171

72-
**NOTE:** Run `make --help` for more information on all potential `make` targets
72+
**NOTE:** Run `make help` for more information on all potential `make` targets
7373

7474
More information can be found via the [Kubebuilder Documentation](https://book.kubebuilder.io/introduction.html)
7575

testdata/project-v4-with-deploy-image/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ make undeploy
6969
## Contributing
7070
// TODO(user): Add detailed information on how you would like others to contribute to this project
7171

72-
**NOTE:** Run `make --help` for more information on all potential `make` targets
72+
**NOTE:** Run `make help` for more information on all potential `make` targets
7373

7474
More information can be found via the [Kubebuilder Documentation](https://book.kubebuilder.io/introduction.html)
7575

testdata/project-v4-with-grafana/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ make undeploy
6969
## Contributing
7070
// TODO(user): Add detailed information on how you would like others to contribute to this project
7171

72-
**NOTE:** Run `make --help` for more information on all potential `make` targets
72+
**NOTE:** Run `make help` for more information on all potential `make` targets
7373

7474
More information can be found via the [Kubebuilder Documentation](https://book.kubebuilder.io/introduction.html)
7575

testdata/project-v4/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ make undeploy
6969
## Contributing
7070
// TODO(user): Add detailed information on how you would like others to contribute to this project
7171

72-
**NOTE:** Run `make --help` for more information on all potential `make` targets
72+
**NOTE:** Run `make help` for more information on all potential `make` targets
7373

7474
More information can be found via the [Kubebuilder Documentation](https://book.kubebuilder.io/introduction.html)
7575

0 commit comments

Comments
 (0)