summaryrefslogtreecommitdiff
path: root/hack/generate-crds.sh
diff options
context:
space:
mode:
authorZhizhen He <hezhizhen.yi@gmail.com>2023-03-23 22:04:34 +0800
committerZhizhen He <hezhizhen.yi@gmail.com>2023-08-25 20:42:43 +0800
commit10e5aeb1ba420da20c9d467e300205eed07055b9 (patch)
tree46b0d1373c85184a55f5e695ac55c020f92b3973 /hack/generate-crds.sh
parentMerge pull request #4939 from wlq1212/e2e/compatibility (diff)
downloadkubeedge-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-xhack/generate-crds.sh2
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