summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan <rjmcnama@mtu.edu>2017-11-09 09:14:32 -0800
committerGitHub <noreply@github.com>2017-11-09 09:14:32 -0800
commit5d740f0695cefe6f53fb0b9e8d7abd74f6bebbea (patch)
tree06d68fe42ec8c46dc199c25418d9398f23320080
parent58178da5a3557dd0c464152701754caf838a5d6e (diff)
Fix api changes doc
make generated does not exist
-rw-r--r--contributors/devel/api_changes.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/contributors/devel/api_changes.md b/contributors/devel/api_changes.md
index d4fcc322..293d2fe9 100644
--- a/contributors/devel/api_changes.md
+++ b/contributors/devel/api_changes.md
@@ -498,7 +498,7 @@ top of the generated file and should be checked with the
[`repo-infra/verify/verify-boilerplane.sh`](https://github.com/kubernetes/repo-infra/blob/master/verify/verify-boilerplate.sh)
script at a later stage of the build.
-To invoke these generators, you can run `make generated`, which runs a bunch of
+To invoke these generators, you can run `make update`, which runs a bunch of
[scripts](https://github.com/kubernetes/kubernetes/blob/v1.8.0-alpha.2/hack/update-all.sh#L63-L78).
Please continue to read the next a few sections, because some generators have
prerequisites, also because they introduce how to invoke the generators