修改文字

This commit is contained in:
GoEdgeLab
2021-08-11 17:16:36 +08:00
parent 8a8c353096
commit 8349a4a279

View File

@@ -23,7 +23,7 @@ function build() {
VERSION=$(lookup-version $ROOT/../internal/const/const.go)
ZIP="${NAME}-${OS}-${ARCH}-${TAG}-v${VERSION}.zip"
# check edge-api
# build edge-api
APINodeVersion=$(lookup-version $ROOT"/../../EdgeAPI/internal/const/const.go")
echo "building edge-api v${APINodeVersion} ..."
EDGE_API_BUILD_SCRIPT=$ROOT"/../../EdgeAPI/build/build.sh"