diff options
| author | Zhizhen He <hezhizhen.yi@gmail.com> | 2023-03-23 22:04:34 +0800 |
|---|---|---|
| committer | Zhizhen He <hezhizhen.yi@gmail.com> | 2023-08-25 20:42:43 +0800 |
| commit | 10e5aeb1ba420da20c9d467e300205eed07055b9 (patch) | |
| tree | 46b0d1373c85184a55f5e695ac55c020f92b3973 /hack/generate-crds.sh | |
| parent | Merge pull request #4939 from wlq1212/e2e/compatibility (diff) | |
| download | kubeedge-10e5aeb1ba420da20c9d467e300205eed07055b9.tar.gz | |
fix typo and update comments
Signed-off-by: Zhizhen He <hezhizhen.yi@gmail.com>
Diffstat (limited to 'hack/generate-crds.sh')
| -rwxr-xr-x | hack/generate-crds.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hack/generate-crds.sh b/hack/generate-crds.sh index 0fcb0f4ca..dcb45fb78 100755 --- a/hack/generate-crds.sh +++ b/hack/generate-crds.sh @@ -59,7 +59,7 @@ while [ $# -gt 0 ]; do done function :pre:install: { - # install controller-gen tool if not exsit + # install controller-gen tool if not exist if [ "$(which controller-gen)" == "" ]; then echo "Start to install controller-gen tool" GO111MODULE=on go install -v sigs.k8s.io/controller-tools/cmd/controller-gen@v0.6.2 |
