From 93607c98753342bd9864d2bea9a7ef8a56a285ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=97=BA=E6=B1=AA?= <2246521484@qq.com> Date: Sat, 19 Nov 2022 23:17:48 +0800 Subject: [PATCH] Update package-apisix-base.sh spelling error --- package-apisix-base.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package-apisix-base.sh b/package-apisix-base.sh index c09132836..48fac4602 100755 --- a/package-apisix-base.sh +++ b/package-apisix-base.sh @@ -6,7 +6,7 @@ dist=$(cat /tmp/dist) codename=$(cat /tmp/codename) # Determine the name of artifact -# The defaut is apisix-base +# The default is apisix-base artifact="apisix-base" if [ "$ARTIFACT" != "0" ]; then artifact=${ARTIFACT}