summaryrefslogtreecommitdiff
path: root/hack/lib/lint.sh
diff options
context:
space:
mode:
authorpenguin <lihan.zhou@daocloud.io>2022-10-12 16:29:23 +0800
committerpenguin <lihan.zhou@daocloud.io>2022-10-12 16:29:23 +0800
commit5fd91801deda13949e88724df0b0decc8eebe9b9 (patch)
tree4efa3eaedecba2f4b64264c8c31b2a93d46bc848 /hack/lib/lint.sh
parentMerge pull request #4286 from wlq1212/feat/join (diff)
downloadkubeedge-5fd91801deda13949e88724df0b0decc8eebe9b9.tar.gz
Add a blank
Signed-off-by: penguin <lihan.zhou@daocloud.io>
Diffstat (limited to 'hack/lib/lint.sh')
-rwxr-xr-xhack/lib/lint.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/hack/lib/lint.sh b/hack/lib/lint.sh
index 639fcb177..3f48646be 100755
--- a/hack/lib/lint.sh
+++ b/hack/lib/lint.sh
@@ -53,7 +53,7 @@ kubeedge::lint::check() {
cd ${KUBEEDGE_ROOT}
echo "start lint ..."
set +o pipefail
- echo "check any whitenoise ..."
+ echo "check any white noise ..."
# skip deleted files
if [[ "$OSTYPE" == "darwin"* ]]
then